Skip to content

Commit

Permalink
Merge pull request #27705 from element-hq/t3chguy/wi/220
Browse files Browse the repository at this point in the history
Docs: Align `widget_build_url_ignore_dm` with call behaviour switch between 1:1 and Widget
  • Loading branch information
t3chguy authored Jul 15, 2024
2 parents af3fb76 + df92294 commit a10d2b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -374,8 +374,8 @@ The VoIP and Jitsi options are:
}
```
The `widget` is the `content` of a normal widget state event. The `layout` is the layout specifier for the widget being created,
as defined by the `io.element.widgets.layout` state event. By default this applies to all rooms, but the behaviour can be skipped for DMs
by setting the option `widget_build_url_ignore_dm` to `true`.
as defined by the `io.element.widgets.layout` state event. By default this applies to all rooms, but the behaviour can be skipped for
2-person rooms, causing Element to fall back to 1:1 VoIP, by setting the option `widget_build_url_ignore_dm` to `true`.
5. `audio_stream_url`: Optional URL to pass to Jitsi to enable live streaming. This option is considered experimental and may be removed
at any time without notice.
6. `element_call`: Optional configuration for native group calls using Element Call, with the following subkeys:
Expand Down

0 comments on commit a10d2b1

Please sign in to comment.