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

**What version of this package are you using?** Webtorrent v1.8.26 **What operating system, Node.js, and npm version?** Win10 with brave: [Version 1.41.100 Chromium: 103.0.5060.134 (Official Build) (64-bit)](https://brave.com/latest/) **What happened?** Client...

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

**What version of this package are you using?** 9.11.1 **What operating system, Node.js, and npm version?** node v16.15.0 npm 8.5.5 macOs 12.4 **What happened?** I am using this package to...

Bumps [ws](https://github.com/websockets/ws) from 7.5.9 to 8.8.1. Release notes Sourced from ws's releases. 8.8.1 Bug fixes The Authorization and Cookie headers are no longer sent if the original request for the...

dependency

``` global is not defined ReferenceError: global is not defined at node_modules/randombytes/browser.js (http://localhost:3000/node_modules/.vite/simple-peer.js?v=10be15c3:2351:18) at __require (http://localhost:3000/node_modules/.vite/chunk-UNANNA3Z.js?v=10be15c3:38:50) at node_modules/simple-peer/index.js (http://localhost:3000/node_modules/.vite/simple-peer.js?v=10be15c3:5160:23) at __require (http://localhost:3000/node_modules/.vite/chunk-UNANNA3Z.js?v=10be15c3:38:50) at http://localhost:3000/node_modules/.vite/simple-peer.js?v=10be15c3:6017:27 ``` ``` import { SimplePeer} from...

I'm looking at implementing a "switch between front and rear camera" feature. When user taps a button to switch the camera: * I run `navigator.mediaDevices.getUserMedia` with appropriate constraint * when...

question
documentation

Reimplementation of #334. Implements #19 It allows you to use the same `Peer` duplex stream as before by having the peers inherit the `DataChannel` object. But it also allows you...

Hello. I am having issues when implementing simple-peer in reactjs, which is whenever another person joins the room, it cannot trigger these two functions of simple-peer. However my implementation works...

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

**What version of this package are you using?** 9.11.1 **What operating system, Node.js, and npm version?** ubuntu 22.04 node 18.0.0 npm 8.6.0 yarn 1.22.17 **What happened?** When creating a `Peer`...