diff --git a/src/models/Call.ts b/src/models/Call.ts index acc51c4dc4..e6daa31740 100644 --- a/src/models/Call.ts +++ b/src/models/Call.ts @@ -593,6 +593,7 @@ export class ElementCall extends Call { } else if (isVideoRoom(room)) { // Video call rooms always return to the lobby. params.append("returnToLobby", "true"); + return; } const isDM = !!DMRoomMap.shared().getUserIdForRoomId(room.roomId); const oldestCallMember = client.matrixRTC.getRoomSession(room).getOldestMembership();