You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/url-params.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,8 @@ These parameters are relevant to both [widget](./embedded-standalone.md) and [st
70
70
|`theme`| One of: `light`, `dark`, `light-high-contrast`, `dark-high-contrast`| No, defaults to `dark`| No, defaults to `dark`| UI theme to use. |
71
71
|`viaServers`| Comma separated list of [Matrix Server Names](https://spec.matrix.org/v1.12/appendices/#server-name)| Not applicable | No | Homeserver for joining a room, non-empty value required for rooms not on the user’s default homeserver. |
72
72
|`sendNotificationType`|`ring` or `notification`| No | No | Will send a "ring" or "notification" `m.rtc.notification` event if the user is the first one in the call. |
73
+
|`autoLeaveWhenOthersLeft`|`true` or `false`| No, defaults to `false`| No, defaults to `false`| Whether the app should automatically leave the call when there is no one left in the call. |
74
+
|`waitForCallPickup`|`true` or `false`| No, defaults to `false`| No, defaults to `false`| When sending a notification, show UI that the app is awaiting an answer, play a dial tone, and (in widget mode) auto-close the widget once the notification expires. |
0 commit comments