WebSocket Connection Problem

Hello,
I have problems related to mediasoup-demo.
If I used GitHub - versatica/mediasoup-demo: mediasoup official demo application then I am not able to do WebSocket in another IP. Seem like I host a server on the same network and run the client in that same network but I got WebSocket connection failed.

Any error logs you might want to share?

Sounds like an HTTPS/WSS issue you not complying with secure protocol requirements and/or bypassing it correctly in development. You will throw errors until you put development behind a domain and use the proper certificates.