From a127f731554c456fd2d17efa31817ef4d07e8eb8 Mon Sep 17 00:00:00 2001 From: Timo Date: Fri, 18 Jul 2025 13:33:51 +0200 Subject: [PATCH] fix url .md docs --- docs/url-params.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/url-params.md b/docs/url-params.md index 3e581f28..e76c976e 100644 --- a/docs/url-params.md +++ b/docs/url-params.md @@ -69,7 +69,7 @@ These parameters are relevant to both [widget](./embedded-standalone.md) and [st | `skipLobby` (deprecated: use `intent` instead) | `true` or `false` | No. If `intent` is explicitly `start_call` then defaults to `true`. Otherwise defaults to `false` | No, defaults to `false` | Skips the lobby to join a call directly, can be combined with preload in widget. When `true` the audio and video inputs will be muted by default. (This means there currently is no way to start without muted video if one wants to skip the lobby. Also not in widget mode.) | | `theme` | One of: `light`, `dark`, `light-high-contrast`, `dark-high-contrast` | No, defaults to `dark` | No, defaults to `dark` | UI theme to use. | | `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. | -| `sendNotification` | `true` or `false` | No | No | Will send an appropriate call notification event if the user is the first one in the call. | +| `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. | ### Widget-only parameters