From c09f4d2d135a8549131b56de1babe640ab13c58b Mon Sep 17 00:00:00 2001 From: Timo K Date: Fri, 10 Nov 2023 15:41:47 +0100 Subject: [PATCH 1/4] add feature_disable_call_per_sender_encryption doc Signed-off-by: Timo K --- docs/labs.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/labs.md b/docs/labs.md index 34738e4e8e4..15efba9e8cb 100644 --- a/docs/labs.md +++ b/docs/labs.md @@ -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 sender key encryption. +This labs flag disables encryption for embedded Element Call. + +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 it. + ## Rich text in room topics (`feature_html_topic`) [In Development] Enables rendering of MD / HTML in room topics. From d073bcf19263ef6901ac5d374e2513edafaa4a09 Mon Sep 17 00:00:00 2001 From: Timo K Date: Fri, 10 Nov 2023 16:32:50 +0100 Subject: [PATCH 2/4] review Signed-off-by: Timo K --- docs/labs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/labs.md b/docs/labs.md index 15efba9e8cb..a64a677bbfa 100644 --- a/docs/labs.md +++ b/docs/labs.md @@ -122,8 +122,8 @@ If you're enabling this at the deployment level, you may also want to reference ## 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 sender key encryption. -This labs flag disables encryption for embedded Element Call. +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. From de7f8eff38480aa618a93ef2502e777ff11724d0 Mon Sep 17 00:00:00 2001 From: Timo K Date: Fri, 10 Nov 2023 16:35:41 +0100 Subject: [PATCH 3/4] prettier Signed-off-by: Timo K --- docs/labs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/labs.md b/docs/labs.md index a64a677bbfa..266464ce7f6 100644 --- a/docs/labs.md +++ b/docs/labs.md @@ -122,7 +122,7 @@ If you're enabling this at the deployment level, you may also want to reference ## 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. +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. From 5b3897150ba3db6855ff809d402208088047d53a Mon Sep 17 00:00:00 2001 From: Timo <16718859+toger5@users.noreply.github.com> Date: Mon, 13 Nov 2023 10:25:03 +0100 Subject: [PATCH 4/4] Update docs/labs.md Co-authored-by: aceArt-GmbH <33117017+aceArt-GmbH@users.noreply.github.com> --- docs/labs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/labs.md b/docs/labs.md index 266464ce7f6..dd543c0b070 100644 --- a/docs/labs.md +++ b/docs/labs.md @@ -127,7 +127,7 @@ 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 it. +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]