Skip to content

Commit

Permalink
Add feature_disable_call_per_sender_encryption documentation (in labs…
Browse files Browse the repository at this point in the history
….md) (#26548)

* add feature_disable_call_per_sender_encryption doc

Co-authored-by: aceArt-GmbH <33117017+aceArt-GmbH@users.noreply.github.com>

---------

Signed-off-by: Timo K <toger5@hotmail.de>
Co-authored-by: aceArt-GmbH <33117017+aceArt-GmbH@users.noreply.github.com>
  • Loading branch information
toger5 and aceArt-GmbH committed Nov 17, 2023
1 parent e6f69f7 commit 3c3ec88
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/labs.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,15 @@ This feature allows users to place and join native [MSC3401](https://github.com/

If you're enabling this at the deployment level, you may also want to reference the docs for the `element_call` config section.

## Disable per-sender encryption for Element Call (`feature_disable_call_per_sender_encryption`)

The default for embedded Element Call in Element Web is per-participant encryption.
This labs flag disables encryption for embedded Element Call in encrypted rooms.

Under the hood this stops Element Web from adding the `perParticipantE2EE` flag for the Element Call widget url.

This is useful while we experiment with encryption and to make calling compatible with platforms that don't use encryption yet.

## Rich text in room topics (`feature_html_topic`) [In Development]

Enables rendering of MD / HTML in room topics.
Expand Down

0 comments on commit 3c3ec88

Please sign in to comment.