mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
Merge branch 'master' of https://github.com/Palakis/obs-websocket
This commit is contained in:
commit
92214ebbd2
@ -301,7 +301,6 @@ The following message types are the base message types which may be sent to and
|
|||||||
{
|
{
|
||||||
"obsWebsocketVersion": string,
|
"obsWebsocketVersion": string,
|
||||||
"rpcVersion": number,
|
"rpcVersion": number,
|
||||||
"availableRequests": array<string>,
|
|
||||||
"authentication": object(optional)
|
"authentication": object(optional)
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
@ -314,7 +313,6 @@ Authentication is required
|
|||||||
"messageType": "Hello",
|
"messageType": "Hello",
|
||||||
"websocketVersion": "5.0.0",
|
"websocketVersion": "5.0.0",
|
||||||
"rpcVersion": 1,
|
"rpcVersion": 1,
|
||||||
"availableRequests": ["GetVersion"],
|
|
||||||
"authentication": {
|
"authentication": {
|
||||||
"challenge": "+IxH4CnCiqpX1rM9scsNynZzbOe4KhDeYcTNS3PDaeY=",
|
"challenge": "+IxH4CnCiqpX1rM9scsNynZzbOe4KhDeYcTNS3PDaeY=",
|
||||||
"salt": "lM1GncleQOaCu9lT1yeUZhFYnqhsLLP1G5lAGo3ixaI="
|
"salt": "lM1GncleQOaCu9lT1yeUZhFYnqhsLLP1G5lAGo3ixaI="
|
||||||
@ -327,8 +325,7 @@ Authentication is not required
|
|||||||
{
|
{
|
||||||
"messageType": "Hello",
|
"messageType": "Hello",
|
||||||
"websocketVersion": "5.0.0",
|
"websocketVersion": "5.0.0",
|
||||||
"rpcVersion": 1,
|
"rpcVersion": 1
|
||||||
"availableRequests": ["GetVersion"]
|
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user