add returnToLobby

implement return to lobby
Wait for making the widget sticky until connected

Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
Timo K
2024-01-24 17:23:02 +01:00
parent 1ee3268d90
commit 5118bc084c
4 changed files with 46 additions and 24 deletions

View File

@@ -189,3 +189,13 @@ with the join widget action.
```
skipLobby: boolean; (default: false)
```
**returnToLobby**
Setting this flag makes element call show the lobby in widget mode after leaving
a call.
This is useful for video rooms.
If set to false, the widget will show a blank page after leaving the call.
```
returnToLobby: boolean; (default: false)
```