rename flags and add docs for perparticipantE2EE (#1862)

Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
Timo
2023-11-03 16:04:54 +01:00
committed by GitHub
parent 92dd94f3b1
commit 488b567d42
2 changed files with 11 additions and 3 deletions

View File

@@ -112,11 +112,19 @@ Whether to hide the screen-sharing button.
hideScreensharing: boolean; (default: false)
```
**e2eEnabled**
**enableE2EE**
Whether to use end-to-end encryption.
```
e2eEnabled: boolean; (default: true)
enableE2EE: boolean; (default: true)
```
**perParticipantE2EE**
Whether to use per participant encryption.
Keys will be exchanged over encrypted matrix room messages.
```
perParticipantE2EE: boolean; (default: false)
```
**password**