mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-07 15:50:29 +03:00
Return to lobby is very useful
This commit is contained in:
parent
589b318b08
commit
8f87690b00
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ export const getWidgetUrl = (mx: MatrixClient, roomId: string, elementCallUrl: s
|
||||||
preload: 'false',
|
preload: 'false',
|
||||||
skipLobby: 'true',
|
skipLobby: 'true',
|
||||||
//intent: 'join_existing',
|
//intent: 'join_existing',
|
||||||
//returnToLobby: 'true',
|
returnToLobby: 'true',
|
||||||
perParticipantE2EE: 'true',
|
perParticipantE2EE: 'true',
|
||||||
hideHeader: 'true',
|
hideHeader: 'true',
|
||||||
userId: mx.getUserId()!,
|
userId: mx.getUserId()!,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue