From 24cd95bca74664d57a7ecfa595d00e468c1c7a2c Mon Sep 17 00:00:00 2001 From: Github Actions <> Date: Wed, 15 Dec 2021 10:42:02 +0000 Subject: [PATCH] docs(ci): Update generated docs - 0f6ee87 [skip ci] --- docs/generated/protocol.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/generated/protocol.md b/docs/generated/protocol.md index 5d7ef0ac..cf387c83 100644 --- a/docs/generated/protocol.md +++ b/docs/generated/protocol.md @@ -164,12 +164,10 @@ Authentication is not required { "rpcVersion": number, "authentication": string(optional), - "ignoreInvalidMessages": bool(optional) = false, "eventSubscriptions": number(optional) = (EventSubscription::All) } ``` - `rpcVersion` is the version number that the client would like the obs-websocket server to use. -- When `ignoreInvalidMessages` is true, the socket will not be closed for `WebSocketCloseCode`: `MessageDecodeError`, `UnknownOpCode`, or `MissingDataKey`. Instead, the message will be logged and ignored. - `eventSubscriptions` is a bitmask of `EventSubscriptions` items to subscribe to events and event categories at will. By default, all event categories are subscribed, except for events marked as high volume. High volume events must be explicitly subscribed to. **Example Message:** @@ -219,7 +217,6 @@ Authentication is not required **Data Keys:** ``` { - "ignoreInvalidMessages": bool(optional) = false, "eventSubscriptions": number(optional) = (EventSubscription::All) } ```