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:
Diffstat (limited to 'docs')
-rw-r--r--docs/call.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/call.md b/docs/call.md
index fb44d17cc..fba81dfe8 100644
--- a/docs/call.md
+++ b/docs/call.md
@@ -47,6 +47,26 @@
+ `404 Not Found` When the user did not join the conversation before
+ `412 Precondition Failed` When the lobby is active and the user is not a moderator
+## Update call flags
+
+* Method: `PUT`
+* Endpoint: `/call/{token}`
+* Data:
+
+ field | type | Description
+ ---|---|---
+ `flags` | int | Flags what streams are provided by the participant (see [Constants - Participant in-call flag](constants.md#participant-in-call-flag))
+
+* Response:
+ - Status code:
+ + `200 OK`
+ + `400 Bad Request` When the user is not in the call
+ + `400 Bad Request` When the flags do not contain "in call"
+ + `403 Forbidden` When the conversation is read-only
+ + `404 Not Found` When the conversation could not be found for the participant
+ + `404 Not Found` When the user did not join the conversation before
+ + `412 Precondition Failed` When the lobby is active and the user is not a moderator
+
## Leave a call (but staying in the conversation for future calls and chat)
* Method: `DELETE`