rename flags and add docs for perparticipantE2EE

Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
Timo K
2023-11-03 12:28:33 +01:00
parent ec8016acd4
commit 04d41b8be1
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**