-
I upgraded my npm babylon dependency to the latest `2.0.2` and my project no longer works. I have been using the old `1.13.3` npm module with success and I can downgrade to that version and things sti…
-
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 C…
-
## is there anyone local who could explain noflo to me?
i'm going to be looking into it for the purposes of re-using it's layout engine
so there's a brisJS social coming up, thurs april 23rd , but i…
-
When I run Paystream like so:
```
sudo docker run -ti --expose=8000 dockerfile/nodejs-bower-gulp /bin/bash -c "git clone https://github.com/streamium/paystream.git; cd paystream/; yes | bower --force…
-
While testing `express` migration I got this error:
```
1) PeerServer #_generateClientId should generate a 16-character ID:
Error: expected 14 to be within 15..16
at Assertion.assert (/Use…
-
I'm trying to repeat the demo I saw Ryan give in SF today. I built Copay following the instructions with out any problems. Then I ran the server and connected with Firefox. I created a new 2 of 2 w…
-
I've got the error. What is wrong with the server message?
``` js
{
"type":"OFFER",
"src":"468a3310-883a-1117-42c3-3017562cb020",
"dst":"a7f0150f-8388-afc9-b1f2-ebaeca9fdb54",
"payload":{
…
-
The PeerJS server is definitely a nice piece of software, but it would be great if it could be mounted into an existing express.js application. This would allow people to build more advanced applicati…
-
Peer.js clients are always disconnected from server after about 5 minutes from websocket connection established.
See also:
https://groups.google.com/forum/#!topic/peerjs/curwDpUgU-M
-
Hi, I like PeerJS. But webrtc js app code in https://bitbucket.org/webrtc/codelab and other examples, do have audio codec set, such as preferOpus(), preferISAC(). PeerJS should provide this feature to…