Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
31 views

I'm trying to make a Discord-like application where multiple users can chat and share screens in rooms. While sharing the screen, I combine video media and audio media and call other peer users. ...
Alper Uluses's user avatar
2 votes
3 answers
172 views

I am developing a website with VoIP. I am setting the srcObj property of an audio element with the MediaStream of the user at the other end of the line (using PeerJS). I am also showing the time since ...
Vlad Mashkautsan's user avatar
0 votes
1 answer
55 views

I don't see any examples on the PeerJS website for audio connections: https://peerjs.com/examples The documentation mentions that a stream is returned: https://peerjs.com/docs/#mediaconnection Which I ...
MattD's user avatar
  • 1,394
0 votes
1 answer
98 views

So I have built a WebSocket server on ws and this works perfectly for sending basic messages. What I wanted to do next was create a peer to peer calling service using PeerServer server side and PeerJS ...
Hilton Siegert's user avatar
0 votes
0 answers
121 views

I'm implementing a video chat app for multi-parties. In my app I used socket.io for event management and peer.js for offering connection between peers. I implemented the mesh architecture in a way ...
Rafi Sakib's user avatar
1 vote
0 answers
132 views

I am trying to set up a custom peerjs server but I can't connect in production. I am assuming that ssl is the issue but not sure. I am using nginx on ubuntu server. I get the following error: 490....
user3331344's user avatar
  • 1,031
0 votes
1 answer
294 views

I am working on a video calling application using WebRTC, ReactJS and NestJS. My video calling is working perfect on localhost within different browser windows and also works on live server if ...
Saad Mustafa's user avatar
0 votes
1 answer
75 views

I am creating a video chat application and I need to have screen share functionality. The problem is when I am screen sharing, the updated stream won't be available for other peers through the "...
Ravindu Dharmadasa's user avatar
0 votes
1 answer
196 views

function callPeer(id: string) { const peer = initializePeerInstance({ initiator: true, stream: stream! }); peer.on("signal", (data: any) => { socket.current.emit("...
user15291641's user avatar
0 votes
0 answers
372 views

I've set up a COTURN server for my Android app that utilizes peer.js for webRTC voice communication (isVideoCall is always false in the following code.) While testing with the TURN server URL using ...
Sujith S Manjavana's user avatar
2 votes
0 answers
91 views

I want to be able to connect using PeerJS but with a WebRTC connection offer. In the docs it is like: var conn = peer.connect('dest-peer-id'); https://peerjs.com/docs/#peerconnect I see that the peer ...
X0r0N's user avatar
  • 1,944
0 votes
1 answer
451 views

I'm developing a WebRTC application using JavaScript, where I programmatically disable video and audio tracks (MediaStreamTrack.enabled = false) before sending them to peers. Despite setting the ...
Darren's user avatar
  • 2,310
1 vote
1 answer
842 views

Is there a way with peerjs to tell if a connection has been successfully made when using peer.connect(). Reading the docs the only events emitted for a DataConnection are data, open, close and error. ...
user3331344's user avatar
  • 1,031
0 votes
1 answer
227 views

I am building a React.Js video chat application using PeerJs library. when I tried to video call and receive call, I receive this error on chrome: Uncaught (in promise) DOMException: The play() ...
Qih Se's user avatar
  • 1
1 vote
0 answers
161 views

I was working on a simple video chat app using Peer.js and React. After calling and answering call, I notice that on both ends, the remote video stream received was not "on" and return a ...
Hải Đỗ's user avatar

15 30 50 per page
1
2 3 4 5
29