summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-05-02 09:30:35 +0200
committerJoas Schilling <coding@schilljs.com>2023-05-02 09:32:38 +0200
commit91195382cd09d19d98833e183216fc5931317d96 (patch)
treee423a1b678fb06d0ef49d3a230d4a2b1ed85905f /docs
parent76eaaee883331b57d37c9cd4a09696c94054a8e0 (diff)
fix(docs): Add a note to the calls API docs that cookies are required
Signed-off-by: Joas Schilling <coding@schilljs.com>
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`