WIP - make livekit work in GPUI2
This commit is contained in:
parent
ed5f1d3bdd
commit
244e8ce101
16 changed files with 2586 additions and 118 deletions
11
crates/live_kit_client2/src/live_kit_client2.rs
Normal file
11
crates/live_kit_client2/src/live_kit_client2.rs
Normal file
|
@ -0,0 +1,11 @@
|
|||
// #[cfg(not(any(test, feature = "test-support")))]
|
||||
pub mod prod;
|
||||
|
||||
// #[cfg(not(any(test, feature = "test-support")))]
|
||||
pub use prod::*;
|
||||
|
||||
// #[cfg(any(test, feature = "test-support"))]
|
||||
// pub mod test;
|
||||
|
||||
// #[cfg(any(test, feature = "test-support"))]
|
||||
// pub use test::*;
|
Loading…
Add table
Add a link
Reference in a new issue