From c1da62391f0c0f98b03360a169fe849285050156 Mon Sep 17 00:00:00 2001 From: Travis CI <> Date: Wed, 31 Jul 2019 15:37:41 +0000 Subject: [PATCH] docs(travis): Update protocol.md - d8882ce [skip ci] --- docs/generated/comments.json | 4 ++-- docs/generated/protocol.md | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/generated/comments.json b/docs/generated/comments.json index f8b02f46..e8da912d 100644 --- a/docs/generated/comments.json +++ b/docs/generated/comments.json @@ -3030,7 +3030,7 @@ { "subheads": [], "description": "Broadcast custom message to all connected WebSocket clients", - "return": [ + "param": [ "{String} `realm` Identifier to be choosen by the client", "{Object} `data` User-defined data" ], @@ -3038,7 +3038,7 @@ "name": "BroadcastCustomMessage", "category": "general", "since": "4.7.0", - "returns": [ + "params": [ { "type": "String", "name": "realm", diff --git a/docs/generated/protocol.md b/docs/generated/protocol.md index 2fad8845..6f0b888a 100644 --- a/docs/generated/protocol.md +++ b/docs/generated/protocol.md @@ -1243,16 +1243,16 @@ Broadcast custom message to all connected WebSocket clients **Request Fields:** -_No specified parameters._ - -**Response Items:** - | Name | Type | Description | | ---- | :---: | ------------| | `realm` | _String_ | Identifier to be choosen by the client | | `data` | _Object_ | User-defined data | +**Response Items:** + +_No additional response items._ + --- ### GetVideoInfo