fix(docs): already_joined error response

Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
This commit is contained in:
Marcel Müller 2025-11-23 12:24:32 +01:00
commit 8935965df6

View file

@ -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...
}
}
}
}