summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2023-05-02 16:42:19 +0200
committerGitHub <noreply@github.com>2023-05-02 16:42:19 +0200
commit9b495d247049d3820212a7bf07cd8540ca644328 (patch)
tree5302e0ca524713d3c51a8b79971ced997d7dcd8a /docs
parent5e28cae6cc66bd11af0ed2893507bfeb3aadd17c (diff)
parent91195382cd09d19d98833e183216fc5931317d96 (diff)
Merge pull request #9415 from nextcloud/bugfix/8559/add-a-note-that-calls-requires-cookies
fix(docs): Add a note to the calls API docs that cookies are required
Diffstat (limited to 'docs')
-rw-r--r--docs/call.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/call.md b/docs/call.md
index f0a76c8a8..403f57c15 100644
--- a/docs/call.md
+++ b/docs/call.md
@@ -5,6 +5,11 @@
* API v3: 🏁 Removed with API v4: Nextcloud 21 only
* API v4: Base endpoint `/ocs/v2.php/apps/spreed/api/v4`: since Nextcloud 22
+!!! note
+
+ At the moment, joining a room is only possible with cookies, as you need a
+ session.
+
## Get list of connected participants
* Method: `GET`