-
Hi, I've encountered issues sending a media stream from Chrome 34.0.1809.0 dev to Firefox 27. However, Media stream from Firefox to Chrome works perfectly.
The on 'call' handler was called successful…
-
Not exactly a bug with PeerJS, but I get a 404 error, when trying to include as script or downloading the script
http://cdn.peerjs.com/0.3/peer.js
-
Hi,
I'm using Peer.js in my application, built with React/Redux (single page application). I want the user to be able to establish several video connections in a row without refreshing the page. Alth…
-
Perhaps this is not the right place for this, but I'm wondering why http://peerjs.com doesn't support SSL.
GlobalSign now offers free wildcard certificates to open source projects, so it seems like t…
-
It seems like both major browsers and mobile browsers for the most part are up to spec. There's a bunch of compatibility cruft in the code that we should clean up (and will also make things much nicer…
-
Apparently peer-server isn't using any persistent data store atm. Is there any work on that going on? If not I might need to hack on that. I have Redis/Mongo in mind. What do you guys think?
-
Video chat example crashes on Android Chrome beta (32.0.1700.58)
-
Hi,
Can anyone please help on this, Sometimes its throwing error like this Firefox can’t establish a connection to the server at wss://0.peerjs.com/peerjs?key=peerjs&id=n&token=cqgzgox6wqp. but it…
-
Hi, I found that running the demo http://cdn.peerjs.com/demo/chat.html
If I open two link on LAN, they can connect and chat with each other
But if A connect somebody else B, A's status is "disconnect"…
-
At http://peerjs.com/docs/#api
In the API reference, this is said about the `id` parameter of the constructor:
> [id]STRING
> Other peers can connect to this peer using the provided ID. If no ID is …