From cc7b2ec3c18272115e99e05ec0517522bbb14442 Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Wed, 14 Apr 2021 14:00:48 +0200 Subject: Expose session ids as array in participants API Signed-off-by: Vincent Petry --- docs/participant.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') 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 -- cgit v1.2.3