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:
authorblizzz <blizzz@arthur-schiwon.de>2021-06-19 18:40:13 +0300
committerGitHub <noreply@github.com>2021-06-19 18:40:13 +0300
commit7a2a15af07c9d43364da776e29b15a5ef798fc5a (patch)
tree2fc91f02b1525a06ee638c46ca3fdcbe65bb6a52 /docs
parentac3c7384518d169369ff93392b0902a91edefd0d (diff)
fix cell of publishingPermissions description
Diffstat (limited to 'docs')
-rw-r--r--docs/participant.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/participant.md b/docs/participant.md
index c2dfab1b2..1ec8af4f1 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))
+ `publishingPermissions` | int | v4 | | Publishing permissions for the participant (see [constants list](constants.md#attendee-publishing-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