From 91195382cd09d19d98833e183216fc5931317d96 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 2 May 2023 09:30:35 +0200 Subject: fix(docs): Add a note to the calls API docs that cookies are required Signed-off-by: Joas Schilling --- docs/call.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs') 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` -- cgit v1.2.3