mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-10 14:46:25 +02:00
return on video room
This commit is contained in:
parent
2eaf20ea30
commit
e1bbbac6c4
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user