Return to lobby is very useful

This commit is contained in:
Gigiaj 2025-04-18 03:01:17 -05:00
parent 589b318b08
commit 8f87690b00

View file

@ -42,7 +42,7 @@ export const getWidgetUrl = (mx: MatrixClient, roomId: string, elementCallUrl: s
preload: 'false',
skipLobby: 'true',
//intent: 'join_existing',
//returnToLobby: 'true',
returnToLobby: 'true',
perParticipantE2EE: 'true',
hideHeader: 'true',
userId: mx.getUserId()!,