Jonas Gloning
Jonas Gloning
Hm. That would be terrible if true, but I'm not convinced yet this is the case. Starting 12 hours ago (that might be yesterday, depending on your time zone), the...
I'm sorry to hear that @erdemoden. Is this still happening with the latest PeerJS version?
I believe @SahilAggarwal2004 is correct; this issue could be related to TURN. When two Peers are behind a strict firewall or NAT, they can't communicate with each other directly and...
Hey @WofWca, I just added add `await peer.connect(...)`: ```ts const peer = new Peer(); peer.once("open", id => { const conn = peer.connect(remote_id) conn.once("open, () => { /* connection established */...
Thank you for your feedback! Please let me know if there's anything I can do to incentivize you to review future pull-requests. I favor making `Peer` and `DataConnection` thenable on...
Very welcome PR! BrowserStack fails because this comes from an external fork, if you would like to contribute to PeerJS in the future, I could add you to the organization....
Hey @WofWca, thanks for working on this! I pushed some commits, I hope that's ok: 1. Emit the error only if the target .peer of the connection matches 2. Some...
No, not yet. It's on the long term road map. PRs are always welcome.
Hey @sylenien, Does the following work? (without any hacks) ```ts import {Peer} from 'peerjs' ```
Is your code public? I'd like to reproduce that error 🤔 (With basic build instructions would be great) In your warning, the file `peerjs.min.js` is mentioned, but that is the...