Widget return to lobby (#2099)

* Return to lobby after call ended in widget mode

* Wait for making the widget sticky until connected

Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
Timo
2024-01-26 10:03:08 +01:00
committed by GitHub
parent 3bcb9fb327
commit 35a79364a9
3 changed files with 52 additions and 30 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)
```