From 8935965df67cb98d19782739d060cfd64fbe8efa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20M=C3=BCller?= Date: Sun, 23 Nov 2025 12:24:32 +0100 Subject: [PATCH] fix(docs): already_joined error response MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcel Müller --- docs/standalone-signaling-api-v1.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/standalone-signaling-api-v1.md b/docs/standalone-signaling-api-v1.md index 80be66a..7318a57 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... + } } } }