Fix deafened -> enabled mistranslation
Fix mislocation of caller query in detach_and_log_error Fix incorrect wording on livekit integration Add share_mic action for manually enabling the microphone Make mic sharing wait until the room has been fully established
This commit is contained in:
parent
dbd95e35cf
commit
cf4251fb55
4 changed files with 23 additions and 14 deletions
|
@ -259,7 +259,7 @@ impl Room {
|
|||
Box::into_raw(Box::new(tx)) as *mut c_void,
|
||||
);
|
||||
}
|
||||
async { rx.await.unwrap().context("error publishing video track") }
|
||||
async { rx.await.unwrap().context("error publishing audio track") }
|
||||
}
|
||||
|
||||
pub fn unpublish_track(&self, publication: LocalTrackPublication) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue