Update collaboration sounds, add sounds to screensharing
This commit is contained in:
parent
31483db5d8
commit
a7ce602bac
10 changed files with 11 additions and 2 deletions
|
@ -1222,6 +1222,9 @@ impl Room {
|
|||
};
|
||||
cx.notify();
|
||||
}
|
||||
|
||||
Audio::play_sound(Sound::StartScreenshare, cx);
|
||||
|
||||
Ok(())
|
||||
}
|
||||
Err(error) => {
|
||||
|
@ -1311,6 +1314,8 @@ impl Room {
|
|||
} => {
|
||||
live_kit.room.unpublish_track(track_publication);
|
||||
cx.notify();
|
||||
|
||||
Audio::play_sound(Sound::StopScreenshare, cx);
|
||||
Ok(())
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue