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:
authorVincent Petry <vincent@nextcloud.com>2021-04-14 15:21:23 +0300
committerVincent Petry <vincent@nextcloud.com>2021-04-14 15:21:23 +0300
commita9731a2d00910a997bf81c38a4b4e7245fb578ce (patch)
tree0479fd3954184ba500746bdcde07bda445b414a9 /docs
parent037984546e9abae0bd8dadfc2632bdd0bc7ad511 (diff)
Remove participant list API's sessionId
The sessionId is now removed from the participant list API response in favor of the sessionIds array. The frontend code has been adjusted to accomodate for the new structure. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/participant.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/participant.md b/docs/participant.md
index 6352b7e53..b120da475 100644
--- a/docs/participant.md
+++ b/docs/participant.md
@@ -34,7 +34,6 @@
`participantType` | int | * | Permissions level of the participant (see [constants list](constants.md#participant-types))
`lastPing` | int | * | Timestamp of the last ping of the user (should be used for sorting)
`inCall` | int | * | Call flags the user joined with (see [constants list](constants.md#participant-in-call-flag))
- `sessionId` | string | * | `'0'` if not connected, otherwise a 512 character long string
`sessionIds` | array | * | array of session ids, each are 512 character long strings, or empty if no session
`status` | string | * | Optional: Only available with `includeStatus=true`, for users with a set status and when there are less than 100 participants in the conversation
`statusIcon` | string | * | Optional: Only available with `includeStatus=true`, for users with a set status and when there are less than 100 participants in the conversation