simple-peer icon indicating copy to clipboard operation
simple-peer copied to clipboard

📡 Simple WebRTC video, voice, and data channels

Results 125 simple-peer issues
Sort by recently updated
recently updated
newest added

using: v9.11.0 library directly referenced: peer.addStream(stream) call on the initiator peer doesn't raise peer.on('stream', ...) event on the other peer after successful data connection. When stream is passed through the...

i used below code in my project ``` #outgoing { width: 600px; word-wrap: break-word; white-space: normal; } submit const p = new SimplePeer({ initiator: location.hash === '#1', trickle: false })...

Error connection failed event occuring perfectly but in some case their is no disturbance in communication i mean user have not realized any disturbance due to this error So that's...

simple-peer v9.11.1 windows 10, node.js v16.15.0, npm v8.5.5 **What happened?** Using socket.io, I connect multiple client peers to my game server peer. Everything works as expected but I randomly get...

I get this error when using the lib in the browser: ``` Uncaught (in promise) TypeError: Cannot read property 'call' of undefined at new hd (vendor.57ab6ea3.js:19) at new vh (vendor.57ab6ea3.js:22)...

**What version of this package are you using?** Latest from NPM **What happened?** Connection with video stream failed. All similar issues answers suggest that TURN server is required to solve...

**What is the purpose of this pull request? (put an "X" next to item)** [ ] Documentation update [x] Bug fix [ ] New feature [ ] Other, please explain:...

**What version of this package are you using?** 9.10.0 **What operating system, Node.js, and npm version?** MacOS Big Sur v11.1, node: 14.15.4, nom: 6.14.4 **What happened?** So in chrome I...

**What version of this package are you using?** 9.11.0 **What operating system, Node.js, and npm version?** OS: Debian NodeJS: v16.13.1 NPM: 8.1.2 **What happened?** Copy-pasting from https://github.com/webtorrent/webtorrent/issues/2230 as the response...