From 85250e6ea339db98c715c40f7107fb2e1b05c3c7 Mon Sep 17 00:00:00 2001 From: Timo <16718859+toger5@users.noreply.github.com> Date: Fri, 17 Nov 2023 16:58:40 +0100 Subject: [PATCH] mark E2EEenabled flag as deprecated (#1895) Signed-off-by: Timo K --- docs/url-params.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/url-params.md b/docs/url-params.md index 65fbdd33..72b26fdd 100644 --- a/docs/url-params.md +++ b/docs/url-params.md @@ -112,8 +112,9 @@ Whether to hide the screen-sharing button. hideScreensharing: boolean; (default: false) ``` -**enableE2EE** -Whether to use end-to-end encryption. +**enableE2EE** (Deprecated) +Whether to use end-to-end encryption. This is a legacy flag for the full mesh branch. +It is not used on the livekit branch and has no impact there! ``` enableE2EE: boolean; (default: true)