peerjs icon indicating copy to clipboard operation
peerjs copied to clipboard

Simple peer-to-peer with WebRTC.

Results 243 peerjs issues
Sort by recently updated
recently updated
newest added

Remote audio takes 10 to 15 seconds to arrive after `call.on('stream', function(stream)` is triggered. I tried to call without custom `iceServers`, tried on wifi and mobile data but the results...

client

My `PeerId` is unique as it contains my app's package name. When I end my call, I always run `peer.destroy();`, but I guess it’s not destroying properly on the peerjs...

This PR adds a `protocol` option to the `PeerOptions`, that users can use to for instance choose different versions of Peer servers, and more.

I have a working peerjs videoconference web app: https://smartmeet-a5fed.firebaseapp.com/ but unfortunatly the mesh architecture performances scales really bad, in particular if you partecipate with smartphones the connections start lags freeze...

client

I have a situation where I have data connections with multiple peers, and I want a client to send one last message to all peers before it disconnects. Whether I...

new feature

Branching off issue peers/peerjs-server#48. I understanding that other languages are not currently a priority for the core peerjs team. Just in case anyone else is interested in the topic and...

client

Hello, I'm working on videochat application. I faced issue like when i share screen & play video from youtube or other sources at time on other side audio is not...

Hello. Some change that has happened between versions 1.3.2 and 1.4.6 has cast peerjs unusable in the node scenario. I understand that this is not an intended use of peerjs...

### Problem `MediaConnection.close()` doesn't propagate the `close` event to the remote peer. ### Solution The proposed solution uses a similar approach to the `DataConnection`, where an aux data channel is...

I wrote a video call app using peerjs. My peerjs server is properly hosted on the Internet. One of my clients was created as an Android application and my other...