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 13:37:20 +0300
committerJoas Schilling <coding@schilljs.com>2021-10-07 19:18:30 +0300
commit390ae657a18523bb0b39f6531fa27de9bb075410 (patch)
tree1782ae950637d44d033e3a3b6f112ff4b529a2e1 /docs
parenta0e1168db04100c153133a5fcb0d1440a2e22644 (diff)
Introduce different layers for permissions
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/constants.md2
-rw-r--r--docs/conversation.md2
-rw-r--r--docs/participant.md2
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/constants.md b/docs/constants.md
index da857907a..65110a027 100644
--- a/docs/constants.md
+++ b/docs/constants.md
@@ -57,7 +57,7 @@ title: Constants
* `guests` - Guest without a login
* `emails` - A guest invited by email address
-### Attendee publishing permissions
+### Attendee permissions
* `0` None
* `1` Audio
* `2` Video
diff --git a/docs/conversation.md b/docs/conversation.md
index 237f93ad2..e15edf910 100644
--- a/docs/conversation.md
+++ b/docs/conversation.md
@@ -43,7 +43,7 @@
`attendeePin` | string | v3 | | Unique dial-in authentication code for this user, when the conversation has SIP enabled (see `sipEnabled` attribute)
`actorType` | string | v3 | | Currently known `users|guests|emails|groups|circles`
`actorId` | string | v3 | | The unique identifier for the given actor type
- `publishingPermissions` | int | v4 | | Publishing permissions for the current participant (see [constants list](constants.md#attendee-publishing-permissions))
+ `permissions` | int | v4 | | Publishing permissions for the current participant (see [constants list](constants.md#attendee-permissions))
`participantInCall` | bool | v1 | v2 | **Removed:** use `participantFlags` instead
`participantFlags` | int | v1 | | "In call" flags of the user's session making the request (only available with `in-call-flags` capability)
`readOnly` | int | v1 | | Read-only state for the current user (only available with `read-only-rooms` capability)
diff --git a/docs/participant.md b/docs/participant.md
index 1ec8af4f1..4126bd6e0 100644
--- a/docs/participant.md
+++ b/docs/participant.md
@@ -34,7 +34,7 @@
`participantType` | int | v1 | | Permissions level of the participant (see [constants list](constants.md#participant-types))
`lastPing` | int | v1 | | Timestamp of the last ping of the user (should be used for sorting)
`inCall` | int | v1 | | Call flags the user joined with (see [constants list](constants.md#participant-in-call-flag))
- `publishingPermissions` | int | v4 | | Publishing permissions for the participant (see [constants list](constants.md#attendee-publishing-permissions))
+ `permissions` | int | v4 | | Publishing permissions for the participant (see [constants list](constants.md#attendee-permissions))
`sessionId` | string | v1 | v4 | `'0'` if not connected, otherwise a 512 character long string
`sessionIds` | array | v4 | | array of session ids, each are 512 character long strings, or empty if no session
`status` | string | v2 | | Optional: Only available with `includeStatus=true`, for users with a set status and when there are less than 100 participants in the conversation