Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-09-22 17:59:41 +0300
committerJoas Schilling <coding@schilljs.com>2021-10-07 19:18:30 +0300
commit1b13f80cc119eb386afe72866e6f4f8f9537c471 (patch)
treefbaa50ec2d584fccc828e9359323d0a99c7f398d /docs
parent390ae657a18523bb0b39f6531fa27de9bb075410 (diff)
Allow to remove all permissions without falling back to the next level
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/constants.md12
1 files changed, 8 insertions, 4 deletions
diff --git a/docs/constants.md b/docs/constants.md
index 65110a027..ddbb4f74c 100644
--- a/docs/constants.md
+++ b/docs/constants.md
@@ -58,10 +58,14 @@ title: Constants
* `emails` - A guest invited by email address
### Attendee permissions
-* `0` None
-* `1` Audio
-* `2` Video
-* `4` Screensharing
+* `0` Default permissions (will pick the one from the next level of: user, call, conversation)
+* `1` Custom permissions (this is required to be able to remove all other permissions)
+* `2` Start call
+* `4` Join call
+* `8` Can ignore lobby
+* `16` Can publish audio stream
+* `32` Can publish video stream
+* `64` Can publish screenshare stream
### Actor types of chat messages
* `users` - Logged-in users