mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
docs(ci): Update generated docs - cff6abf
[skip ci]
This commit is contained in:
@ -249,7 +249,7 @@ enum WebSocketCloseCode {
|
|||||||
|
|
||||||
#### EventSubscriptions Enum
|
#### EventSubscriptions Enum
|
||||||
```cpp
|
```cpp
|
||||||
enum EventSubscriptions {
|
enum EventSubscription {
|
||||||
// Set subscriptions to 0 to disable all events
|
// Set subscriptions to 0 to disable all events
|
||||||
None = 0,
|
None = 0,
|
||||||
// Receive events in the `General` category
|
// Receive events in the `General` category
|
||||||
@ -346,7 +346,7 @@ Authentication is not required
|
|||||||
"authentication": string(optional),
|
"authentication": string(optional),
|
||||||
"ignoreInvalidMessages": bool(optional) = false,
|
"ignoreInvalidMessages": bool(optional) = false,
|
||||||
"ignoreNonFatalRequestChecks": bool(optional) = false,
|
"ignoreNonFatalRequestChecks": bool(optional) = false,
|
||||||
"eventSubscriptions": number(optional) = (EventSubscriptions::All)
|
"eventSubscriptions": number(optional) = (EventSubscription::All)
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
- `rpcVersion` is the version number that the client would like the obs-websocket server to use.
|
- `rpcVersion` is the version number that the client would like the obs-websocket server to use.
|
||||||
@ -399,7 +399,7 @@ Authentication is not required
|
|||||||
{
|
{
|
||||||
"ignoreInvalidMessages": bool(optional) = false,
|
"ignoreInvalidMessages": bool(optional) = false,
|
||||||
"ignoreNonFatalRequestChecks": bool(optional) = false,
|
"ignoreNonFatalRequestChecks": bool(optional) = false,
|
||||||
"eventSubscriptions": number(optional) = (EventSubscriptions::All)
|
"eventSubscriptions": number(optional) = (EventSubscription::All)
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
- Only the listed parameters may be changed after initial identification. To change a parameter not listed, you must reconnect to the obs-websocket server.
|
- Only the listed parameters may be changed after initial identification. To change a parameter not listed, you must reconnect to the obs-websocket server.
|
||||||
|
Reference in New Issue
Block a user