-
This issue occurs at times when Firefox v38 makes an attempt to call Chrome v42 and with Temasys AdapterJS integration when IE v11 is the one starting the call with Chrome v42.
-
Provided `options.key` is ignored and overwritten with `'peerjs'`:
https://github.com/peers/peerjs/blob/b88da6a1951802d1319e3b286e2e5105b5cd746b/lib/peer.js#L36
Ficik updated
6 years ago
-
When attempting to use PeerJS from a site that is served over HTTP, this error appears in the console:
`Blocked loading mixed active content “http://0.peerjs.com:9000/lwjd5qra8257b9/id?ts=15151778159…
-
Hello, I am trying to create a peer to peer app using electron. I am able to send messages to a website that uses peerjs (locally) , but I cannot get to receive data to the electron app. Neither from …
-
admin@srv:~/peerjs-server$ npm install peer
npm ERR! Linux 4.4.0-79-generic
npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install" "peer"
npm ERR! node v4.2.6
npm ERR! npm v3.5.2
npm ERR! code…
-
I've tried call examples, presented in peerjs website, but it was unsuccessfull. When i do peer.call on one side, i don't receive call event on another side. Did anyone have the same problem?
P.S. I …
-
SyncAction.js:15 SyncAction169.trySend(App153.setup() order:0) DOMException: Failed to construct 'WebSocket': The URL 'wss://peer-net-server.herokuapp.com:443443443/peerjs?key=peerjs&id=0398cac182ebe…
-
Hello everyone
I'm trying to create a multiplayer game in phaser. Once the game has been created i have two player. When i move my player (green) I can see the movement in a new page of my browser (n…
-
When using simplepeer.min.js v9.1.1, the _stream_ event is not fired in the browser when a connection is established. When I replace it with v9.1.0, the event is fired as expected.
I have tested us…
-
Currently, when an error occurs its "AUTOMATICALLY" disconnected from the PeerJS server.
To work around this, always force a reconnect, or, maybe check to see if it's connected or not.
https://g…