docs(travis): Update protocol.md - d8882ce [skip ci]

This commit is contained in:
Travis CI 2019-07-31 15:37:41 +00:00
parent d8882ce979
commit c1da62391f
2 changed files with 6 additions and 6 deletions

View File

@ -3030,7 +3030,7 @@
{ {
"subheads": [], "subheads": [],
"description": "Broadcast custom message to all connected WebSocket clients", "description": "Broadcast custom message to all connected WebSocket clients",
"return": [ "param": [
"{String} `realm` Identifier to be choosen by the client", "{String} `realm` Identifier to be choosen by the client",
"{Object} `data` User-defined data" "{Object} `data` User-defined data"
], ],
@ -3038,7 +3038,7 @@
"name": "BroadcastCustomMessage", "name": "BroadcastCustomMessage",
"category": "general", "category": "general",
"since": "4.7.0", "since": "4.7.0",
"returns": [ "params": [
{ {
"type": "String", "type": "String",
"name": "realm", "name": "realm",

View File

@ -1243,16 +1243,16 @@ Broadcast custom message to all connected WebSocket clients
**Request Fields:** **Request Fields:**
_No specified parameters._
**Response Items:**
| Name | Type | Description | | Name | Type | Description |
| ---- | :---: | ------------| | ---- | :---: | ------------|
| `realm` | _String_ | Identifier to be choosen by the client | | `realm` | _String_ | Identifier to be choosen by the client |
| `data` | _Object_ | User-defined data | | `data` | _Object_ | User-defined data |
**Response Items:**
_No additional response items._
--- ---
### GetVideoInfo ### GetVideoInfo