-
Because of https://github.com/peers/peerjs-server/issues/90 the cloud peerjs server is now useless for video calls.
We currently only get
http://0.peerjs.com:9000/
but we would need
https:…
-
Is there a way to prevent a timeout from the peerjs server? Even after changing the timeout to 0 in lib/index.js and the timeout to 0 in bin/peerjs, my client would still experience a timeout with the…
-
Hello friends,
I am working on integrating PeerJS into my project. For that I am running PeerJS server on our servers. The problem is, the server automatically shutsdown after some time. Also the tim…
-
I'm trying to make an example of video calling, but it's an error in the console saying not connected on the Peer Server for it be HTTP, and my hosting does not accept to install the Peer Server, so I…
-
I have downloaded & installed peerjs server.
Also I could run the server without error (:))
But while connecting to server (javascript), I see error "PeerJS: ERROR Error: Invalid key provided" in Chro…
-
How about using socket.io instead of websockets and XHR? Changes will be required to the peerjs client library as well. I've tried it out, it works. I've not tested much, just some basic testing to se…
-
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://0.peerjs.com:9000/yu809arn510v0a4i/id?ts=14186500467940.28066380713229955. This can be fixed by mov…
-
First of all: my knowledge of the timing of events in javascript is poor, so please accept my apologies if what I'm asking seems obvious (and sorry if I'm bombarding you with questions).
When a pee…
-
Apparently this does not work in Microsoft EDGE. Please use a console.error message to indicate this - makes troubleshooting easier.
-
Hi,
I found a massive memory leak, when recurrently and frequently sending large (10 MBs) ArrayBuffers through a reliable binary connection (but throwing the data away immediately on the receiver si…