Browse Source
fix(docs): Add a note to the calls API docs that cookies are required
Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/9415/head
Joas Schilling
2 years ago
No known key found for this signature in database
GPG Key ID: C400AAF20C1BB6FC
1 changed files with
5 additions and
0 deletions
-
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` |
|
|
|