From fc3e30a82657b70f0f38b9cc6dd35758d75a7862 Mon Sep 17 00:00:00 2001 From: Travis CI <> Date: Sun, 30 Dec 2018 13:34:11 +0000 Subject: [PATCH] docs(travis): Update protocol.md - 2f0476b [skip ci] --- docs/generated/protocol.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/generated/protocol.md b/docs/generated/protocol.md index 830c7c76..12bb6970 100644 --- a/docs/generated/protocol.md +++ b/docs/generated/protocol.md @@ -1,14 +1,13 @@ -# obs-websocket 4.3.2 protocol reference +# obs-websocket 4.5.0 protocol reference # General Introduction Messages are exchanged between the client and the server as JSON objects. This protocol is based on the original OBS Remote protocol created by Bill Hamilton, with new commands specific to OBS Studio. - # Authentication -OBSWebSocket uses SHA256 to transmit credentials. +`obs-websocket` uses SHA256 to transmit credentials. A request for [`GetAuthRequired`](#getauthrequired) returns two elements: - A `challenge`: a random string that will be used to generate the auth response.