livekit-utils crate + VideoRenderer proto

This commit is contained in:
Théo Monnom
2022-12-02 16:39:42 +01:00
parent 59e7ccbffe
commit 686f5db969
30 changed files with 2208 additions and 87 deletions
+4
View File
@@ -1,2 +1,6 @@
// export everything inside livekit-core
pub use livekit_core::*;
pub mod webrtc {
pub use livekit_webrtc::*;
}