You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I launch PeerJsServer.Demo.exe and I try example, I get:
Error: Could not get an ID from the server. If you passed in a path to your self-hosted PeerServer, you'll also need to pass in that same path when creating a new Peer.
How to solve?
var peer = new Peer(null, {host: '127.0.0.1', port: 5000, path: '/'});
The text was updated successfully, but these errors were encountered:
When I launch PeerJsServer.Demo.exe and I try example, I get:
How to solve?
var peer = new Peer(null, {host: '127.0.0.1', port: 5000, path: '/'});
The text was updated successfully, but these errors were encountered: