From 10e2060a7caeb32f1023483c800dc1fa4d9bd444 Mon Sep 17 00:00:00 2001 From: Github Actions <> Date: Tue, 27 Apr 2021 01:42:41 +0000 Subject: [PATCH] docs(ci): Update generated docs - 4130651 [skip ci] --- docs/generated/protocol.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/generated/protocol.md b/docs/generated/protocol.md index 049a7198..1b587578 100644 --- a/docs/generated/protocol.md +++ b/docs/generated/protocol.md @@ -71,6 +71,8 @@ These steps should be followed precisely. Failure to connect to the server as in - If the server's version is newer than the client's, the client sends its highest supported version in its `Identify` in hopes that the server is backwards compatible to that version. - If the `Hello` does not contain an `authentication` object, the resulting `Identify` object sent to the server does not need to have an `authentication` string. +--- + ### Creating an authentication string obs-websocket uses SHA256 to transmit authentication credentials. The server starts by sending an object in the `authentication` field of its `Hello`. The client processes the authentication challenge and responds via the `authentication` string in `Identify`. @@ -92,6 +94,8 @@ To generate the authentication string, follow these steps: For more info on how to create the `authentication` string, refer to the obs-websocket client libraries listed on the [README](README.md). +--- + ### Status and Close Codes These are the enumeration definitions for various codes used by obs-websocket. @@ -292,6 +296,8 @@ Authentication is not required } ``` +--- + ### Identify - Sent from: Freshly connected websocket client - Sent to: obs-websocket @@ -325,6 +331,8 @@ Authentication is not required } ``` +--- + ### Identified - Sent from: obs-websocket - Sent to: Freshly identified client @@ -346,6 +354,8 @@ Authentication is not required } ``` +--- + ### Reidentify - Sent from: Identified client - Sent to: obs-websocket @@ -362,6 +372,8 @@ Authentication is not required ``` - Only the listed parameters may be changed by `Reidentify` after initial identification. To change a parameter not listed, you must reconnect to the obs-websocket server. +--- + ### Event - Sent from: obs-websocket - Sent to: All subscribed and identified clients @@ -375,6 +387,8 @@ Authentication is not required } ``` +--- + ### Request - Sent from: Identified client - Sent to: obs-websocket @@ -402,6 +416,8 @@ Authentication is not required } ``` +--- + ### RequestResponse - Sent from: obs-websocket - Sent to: Identified client which made the request @@ -458,11 +474,15 @@ Failure Response } ``` +--- + ### RequestBatch - Sent from: Identified client - Sent to: obs-websocket - Description: +--- + ### RequestBatchResponse - Sent from: obs-websocket - Sent to: Identified client which made the request