added prelude & cleaned imports (#27)
* wip * wip * wip * wip * wip * wip
This commit is contained in:
+6
-1
@@ -6,8 +6,13 @@ pub mod proto {
|
||||
|
||||
mod rtc_engine;
|
||||
mod signal_client;
|
||||
mod room;
|
||||
|
||||
pub mod room;
|
||||
pub mod webrtc {
|
||||
pub use livekit_webrtc::*;
|
||||
}
|
||||
|
||||
pub use room::*;
|
||||
|
||||
/// `use livekit::prelude::*;` to import livekit types
|
||||
pub mod prelude;
|
||||
|
||||
Reference in New Issue
Block a user