ported example app, live_kit_client2 is done

This commit is contained in:
Mikayla 2023-11-01 09:19:32 -07:00
parent 244e8ce101
commit 51fa80ef06
No known key found for this signature in database
3 changed files with 159 additions and 156 deletions

View file

@ -1,11 +1,11 @@
// #[cfg(not(any(test, feature = "test-support")))]
#[cfg(not(any(test, feature = "test-support")))]
pub mod prod;
// #[cfg(not(any(test, feature = "test-support")))]
#[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 mod test;
// #[cfg(any(test, feature = "test-support"))]
// pub use test::*;
#[cfg(any(test, feature = "test-support"))]
pub use test::*;