handle case of undefined return

- refactor mute sync fn to use the device
- add a long comment about the state of this.

Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
Timo K
2023-10-17 14:38:02 +02:00
parent 7dcda403b0
commit c8421566da
2 changed files with 88 additions and 42 deletions

View File

@@ -39,7 +39,7 @@ export function enterRTCSession(rtcSession: MatrixRTCSession) {
// This must be called before we start trying to join the call, as we need to
// have started tracking by the time calls start getting created.
//groupCallOTelMembership?.onJoinCall();
// groupCallOTelMembership?.onJoinCall();
// right now we assume everything is a room-scoped call
const livekitAlias = rtcSession.room.roomId;