-
Hello,
I'm implementing 2-way sharing video connection, but I don't know how to know when MediaStream stopped.
Currently, I can't not use mediaConnection.close() because it will close the stream to o…
hnq90 updated
5 years ago
-
This does not print anything:
const peer = new Peer();
const conn = peer.connect('this-id-does-not-exist');
conn.on('error', err => console.log(err));
Is there any way to distingui…
-
I have a project using PeerJS. It works very good using the file protocol or a localhost server, but does not work with HTTPS.
Live demo: https://simonmeusel.de/e2e-p2p/
Source code: https://githu…
-
Is WebRTC in PeerJS updated ? Because https://stackoverflow.com/questions/48480200/hosting-and-deploy-peerjs-server
-
Whenever I am trying to connect to a peer in Safari with specifying an option of { reliable: true } I get an error:
`TypeError: Object is not a constructor (evaluating 'new Reliable(this._dc, util.de…
-
After ~1hr of inactivity my `Peer` object loses the connection to the server:
```
Error: Lost connection to server.
at i.emitError (peerjs.min.js:140)
at o. (peerjs.min.js:140)
at o…
-
I've got following error:
```
Uncaught TypeError: Cannot read property 'readyState' of undefined
at e.cleanup (main.00964d37d7b2ca5b80ca.js:1)
at t.close (main.00964d37d7b2ca5b80ca.js:1)
…
-
## Pinned Troubleshooting
This error is caused by a failure to find a viable network route through ICE. The following steps will help you debug common causes of the error.
1. You have found a bug …
ghost updated
4 years ago
-
I really like this project, but the thought of having to run my own backend server for a massively scalable p2p app is a bit daunting. Is there anyway we can use easily us a thirdparty of our choice …
-
Good afternoon everyone,
The team and I are facing an issue while using PeerJS for a little WebRTC project while trying to establish a connection to our server peer.
The issue prompted oftenly between…