From 1b213c7dca5be141ac0f2df3d2b37324d14a3573 Mon Sep 17 00:00:00 2001 From: Github Actions <> Date: Fri, 14 May 2021 08:14:53 +0000 Subject: [PATCH] docs(ci): Update generated docs - cff6abf [skip ci] --- docs/generated/protocol.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/generated/protocol.md b/docs/generated/protocol.md index 951f213e..8b41ed22 100644 --- a/docs/generated/protocol.md +++ b/docs/generated/protocol.md @@ -249,7 +249,7 @@ enum WebSocketCloseCode { #### EventSubscriptions Enum ```cpp -enum EventSubscriptions { +enum EventSubscription { // Set subscriptions to 0 to disable all events None = 0, // Receive events in the `General` category @@ -346,7 +346,7 @@ Authentication is not required "authentication": string(optional), "ignoreInvalidMessages": 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. @@ -399,7 +399,7 @@ Authentication is not required { "ignoreInvalidMessages": 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.