diff --git a/docs/standalone-signaling-api-v1.md b/docs/standalone-signaling-api-v1.md index f8963e3..92f26f8 100644 --- a/docs/standalone-signaling-api-v1.md +++ b/docs/standalone-signaling-api-v1.md @@ -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... + } } } }