flutter-webrtc / flutter-webrtc-server

A simple WebRTC signaling server for flutter-webrtc.
MIT License
753 stars 304 forks source link

failed to connect #55

Closed nitishpatel closed 3 years ago

nitishpatel commented 3 years ago

I tried running the go server and the webrtc-demo repo on the local machine and added the local server URL but it won't connect

connect to https://0.0.0.0:8086:8086/ws Closed by server [500 => SyntaxError: Failed to construct 'WebSocket': The URL 'wss://0.0.0.0:8086:8086/ws' is invalid.]! image

cloudwebrtc commented 3 years ago

please try https://0.0.0.0:8086:8086/ws change to https://0.0.0.0:8086/ws.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.