Await toggle of mute
This commit is contained in:
parent
52119ca203
commit
b0d9e3c8fa
2 changed files with 5 additions and 3 deletions
|
@ -1268,7 +1268,6 @@ impl Room {
|
|||
.ok_or_else(|| anyhow!("live-kit was not initialized"))?
|
||||
.await
|
||||
};
|
||||
|
||||
let publication = publish_track.await;
|
||||
this.upgrade()
|
||||
.ok_or_else(|| anyhow!("room was dropped"))?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue