Quantcast
Channel: Getting a PeerServer key - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by Holyprogrammer for Getting a PeerServer key

The PeerJS documentation is old. You do not need a PeerServer key anymore (This change is permanent). Just omit the key option - var peer = new Peer();

View Article



Getting a PeerServer key

Sorry, I just discovered peerJS today, so this question may be stupid. The PeerJS Documentation says The 'key' we're passing in to the Peer constructor is a PeerServer cloud API key. You can use ours...

View Article

Answer by Ben Trono for Getting a PeerServer key

This would have saved me three hours if the documentation was more clear. I thought I'd add that you can include an ID for your client and still use the cloud server.let peer = new Peer('clientID')....

View Article
Browsing all 3 articles
Browse latest View live




Latest Images