Settings -> WebSocket Server in Speaker.botAuto StartBooleanfalseEnable this flag to automatically start the WebSocket Server when Speaker.bot is launched.
If this is not enabled, you must manually click the Start Server button any time you want to enable WebSocket connectivity.
AddressString127.0.0.1Change the WebSocket Server host address.
This can be useful if you want to expose the WebSocket server to additional machines on your local network, or even over the internet.
PortNumber7680Change the WebSocket Server port.
It is not recommended to change this unless you have another service using this port or know what you are doing.
EndpointString/Change the WebSocket Server endpoint.
This will change the URL endpoint used to connect to the server, e.g. http://127.0.0.1/myendpoint
All WebSocket Server requests follow a similar format, which is also used by Streamer.bot.
{
"id": "<id>",
"request": "<command>"
}
idStringAny identifier or nonce you wish to use to identify your request.
requestStringThe name of the supported request.