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

In the room, one of the participants share the screen or changes the camera source, everything works if the second or third participant does it, but if the first one...

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

Everything works great if all users are streaming a video track. But if the first peer signals WITHOUT a video track, that user will not get other peers' video track....

Hey, I have created a simple video chat application using simple peer and webRTC and it's perfectly working on localhost and also in my domain, it's working when my devices...

``` simplepeer.min.js:6 Uncaught Error: Connection failed. at p._onConnectionStateChange (simplepeer.min.js:6) at RTCPeerConnection._pc.onconnectionstatechange (simplepeer.min.js:6) ``` happens in all browsers, on all my computers, all of my friends computers, all webrtc projets, and...

Updates the requirements on [airtap](https://github.com/airtap/airtap) to permit the latest version. Release notes Sourced from airtap's releases. v4.0.4 Fixed Bump engine.io and engine.io-client (5e7560b) (Vincent Weevers) Bump load-script from 1.x to...

dependency

simple-peer package 9.11.0 i'm doing a group voice meeting and i want to change the location of 2 people in the group for each other while on a call without...

**What version of this package are you using?** 9.9.3 **What operating system, Node.js, and npm version?** - webpack v5.5.1 - node v12.9.1 - yarn 1.22.10 - simple-signal-client 3.0.0 **What happened?**...

[Chrome 77 implements RTCPeerConnection.onicecandidateerror](https://www.chromestatus.com/feature/6602864602382336). Should `simple-peer` feature detect and emit errors? Happy to make a PR.

feature request