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:
Théo Monnom
2023-01-05 01:08:23 +01:00
committed by GitHub
parent 5309c622cb
commit 579782a813
2 changed files with 93 additions and 29 deletions
+1
View File
@@ -3,6 +3,7 @@ use livekit::room::{RoomEvent, RoomResult, SimulateScenario};
#[derive(Debug)]
pub enum AsyncCmd {
RoomConnect { url: String, token: String },
RoomDisconnect,
SimulateScenario { scenario: SimulateScenario },
}