From 2f0476b43c83de70f4a301dd336ac2be1cbf3610 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20L?= Date: Sun, 30 Dec 2018 14:32:38 +0100 Subject: [PATCH] docs: fix version + plugin name --- docs/partials/introduction.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/partials/introduction.md b/docs/partials/introduction.md index f33b78be..e5ba32aa 100644 --- a/docs/partials/introduction.md +++ b/docs/partials/introduction.md @@ -1,12 +1,11 @@ -# 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.