mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
docs(travis): Update protocol.md - d8882ce [skip ci]
This commit is contained in:
parent
d8882ce979
commit
c1da62391f
@ -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",
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user