mirror of
https://github.com/strukturag/nextcloud-spreed-signaling
synced 2026-03-14 14:35:44 +01:00
fix(docs): already_joined error response
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
This commit is contained in:
parent
9a213a7caf
commit
8935965df6
1 changed files with 5 additions and 3 deletions
|
|
@ -493,9 +493,11 @@ Message format (Server -> Client if already joined before):
|
|||
"code": "already_joined",
|
||||
"message": "Human readable error message",
|
||||
"details": {
|
||||
"roomid": "the-room-id",
|
||||
"properties": {
|
||||
...additional room properties...
|
||||
"room": {
|
||||
"roomid": "the-room-id",
|
||||
"properties": {
|
||||
...additional room properties...
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue