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

Bumps [ws](https://github.com/websockets/ws) from 7.5.9 to 8.13.0. Release notes Sourced from ws's releases. 8.13.0 Features Added the finishRequest option to support late addition of headers (#2123). 8.12.1 Bug fixes Added browser...

dependency

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

Hi. I am using simple-peer to replicate the database state of client devices with the RxDB P2P replication plugin. https://rxdb.info/replication-p2p.html

**What version of this package are you using?** 9.11.1 **What problem do you want to solve?** Since we want to restrict access to our WebRTC service, we were wondering whether...

getting Uncaught ReferenceError: process is not defined error on peer 'data' event, the issue is with dependency readable-stream v3.. it's fixed in v4

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.1.0. Release notes Sourced from actions/checkout's releases. v3.1.0 What's Changed Inject GitHub host to be able to clone from another GitHub instance by @​peter-murray in...

dependency

Hi guys, I am currently facing a problem on 9.11.1 When give input on textarea and press submit button, the console warns below message: ``` error Error: signal() called with...

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2 to 3.5.0. Release notes Sourced from actions/setup-node's releases. Add support for engines.node and Volta In scope of this release we add support for engines.node. The action...

dependency

I'm trying to make an application for background blur effect. I'm planning to have a connection first and then active the stream. However I cannot able to addStream after peer...