mark E2EEenabled flag as deprecated

Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
Timo K
2023-11-14 10:07:27 +01:00
parent daf6e677d6
commit 514bf0393b

View File

@@ -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)