mirror of
https://github.com/vector-im/element-call.git
synced 2026-09-04 21:35:19 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user