I am making an application on Golang and I need to connect to the StreamLabs. I got a socket token and now I am using a gorilla/websocket, but I don’t understand how to connect and start receiving messages from the Streamlabs.
All I found in the documentation is a JavaScript example
I would be grateful for any help. Thanks.