Merge branch 'livekit' into toger5/test-with-new-membershipmanager

This commit is contained in:
Timo
2025-03-07 11:21:30 +01:00
9 changed files with 79 additions and 33 deletions

View File

@@ -539,9 +539,7 @@ export const GroupCallView: FC<Props> = ({
}
} else if (left && widget !== null) {
// Left in widget mode:
if (!returnToLobby) {
body = null;
}
body = returnToLobby ? lobbyView : null;
} else if (preload || skipLobby) {
body = null;
} else {