flutter-webrtc / flutter-webrtc-server

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

Only Navbar visible #3

Closed myhendry closed 5 years ago

myhendry commented 5 years ago

Hi. I managed to compile using npm start. However, when i visited the page https://localhost:8086/, i only see a blue navbar and nothing else. On the left side of the url, it just indicates 'Not Secure'. What should I do to get it working? btw, i using a chrome browser on macos. thanks

cloudwebrtc commented 5 years ago

You can try open https://localhost:8086/ on multiple tabs on Chrome. Normally you can see other Peers logged in to the server and click the video image button to connect to other peers.

gannonbarnett commented 5 years ago

This issue/solution should be in the readMe, would be very useful. Not immediately clear that you need two tabs/users open to see any connections.