reconnect WIP
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
use livekit::events::TrackSubscribedEvent;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub enum AsyncCmd {
|
||||
RoomConnect { url: String, token: String },
|
||||
@@ -5,5 +7,10 @@ pub enum AsyncCmd {
|
||||
|
||||
#[derive(Debug)]
|
||||
pub enum UiCmd {
|
||||
ConnectResult,
|
||||
ConnectResult {
|
||||
result: livekit::room::RoomResult<()>,
|
||||
},
|
||||
TrackSubscribed {
|
||||
event: TrackSubscribedEvent,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user