feat: add ffi datachannel & mute events (#88)
This commit is contained in:
@@ -11,7 +11,7 @@ async fn main() {
|
||||
let url = env::var("LIVEKIT_URL").expect("LIVEKIT_URL is not set");
|
||||
let token = env::var("LIVEKIT_TOKEN").expect("LIVEKIT_TOKEN is not set");
|
||||
|
||||
let (room, mut rx) = Room::connect(&url, &token).await.unwrap();
|
||||
let (room, mut rx) = Room::connect(&url, &token, RoomOptions::default()).await.unwrap();
|
||||
log::info!("Connected to room: {} - {}", room.name(), room.sid());
|
||||
|
||||
while let Some(msg) = rx.recv().await {
|
||||
|
||||
Reference in New Issue
Block a user