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:00:48 +0300
committerVincent Petry <vincent@nextcloud.com>2021-04-14 15:00:48 +0300
commitcc7b2ec3c18272115e99e05ec0517522bbb14442 (patch)
tree50e1cb0062b0abcb4ccd8ff95a5e8bf2f9d574d5 /docs
parent428e44dd7311e4c93a385b8e1665601815b92086 (diff)
Expose session ids as array in participants API
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/participant.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/participant.md b/docs/participant.md
index 86cfb240c..6352b7e53 100644
--- a/docs/participant.md
+++ b/docs/participant.md
@@ -35,7 +35,8 @@
`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
- `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
+ `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
`statusMessage` | string | * | Optional: Only available with `includeStatus=true`, for users with a set status and when there are less than 100 participants in the conversation