improve the demo (#24)
- Add participant names - Listen to TrackUnsubscribed - Show info about the room - Disconnect btn - Correctly close the task
This commit is contained in:
@@ -3,6 +3,7 @@ use livekit::room::{RoomEvent, RoomResult, SimulateScenario};
|
||||
#[derive(Debug)]
|
||||
pub enum AsyncCmd {
|
||||
RoomConnect { url: String, token: String },
|
||||
RoomDisconnect,
|
||||
SimulateScenario { scenario: SimulateScenario },
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user