Skip to main content

All Questions

Tagged with
-2 votes
0 answers
21 views

Problem in screen sharing in WebRTC using MERN stack [closed]

I'm making a simple Google Meet type application using MERN stack. I have connected the users they can communicate over each other through video calling. But when User A tries to screen share I'm ...
Jagannath Samantra's user avatar
0 votes
1 answer
52 views

Does WebRTC need Server? [duplicate]

I have a simple question based on this link WebRTC WebRTC (Web Real-time Communication) is an industry effort to enhance the web browsing model. It allows browsers to directly exchange realtime media ...
Ali Ehyaie's user avatar
  • 1,231
0 votes
0 answers
33 views

Connection between 2 peers breaks when other 2 peers connect

I'm working on a feature for my personal project that includes a patient selects a particular doctor from a list to call them. The call goes to the doctor and they can accept or reject the it. When ...
Abhishek Sharma's user avatar
0 votes
0 answers
107 views

How can i send a video stream from React js to Python server using getusermedia?

Can anyone guide me about sending a video stream using getusermedia, the input is a continuous video stream from a webcam. I can't figure out how and in which format to send the stream object into the ...
Indradeep's user avatar
0 votes
1 answer
95 views

how to send tracks between two peers in webrtc

i'm creating a video calling react app using webRtc and socket.io the offer and answer are perfectly shared between both peers but i'm unable to send video tracks. ontrack event listner is not getting ...
mm m's user avatar
  • 75
0 votes
0 answers
304 views

How do I reduce background noise in my webrtc app?

I'm trying to create a WebRTC player using React and the simple peer library. I'm able to make video calls successfully, but there is a lot of background noise during my calls. I'm not sure how to fix ...
ProgrammerNoob's user avatar
2 votes
3 answers
208 views

React Invalid hook call: how to avoid a nested hook?

How can I set up a connection inside useEffect and at the same time decorate that connection with a custom hook? Custom hooks are not allowed to run inside useEffect and ref.current is not permitted ...
Paul's user avatar
  • 796
0 votes
1 answer
441 views

How can I live stream a VR game developed with Unity on my website using React.js, for example?

How can I live stream a VR game developed with Unity C# on my website using React.js and node.js, for example? I tried using webRTC for that but I don't know specially what to do. If anyone have some ...
lamaro's user avatar
  • 1
1 vote
2 answers
35 views

How can I change the state in an asynchronous function that is called repeatedly?

Hello I am trying to create a web conference room with webrtc and webSocket that can be used by any number of users. For this, whenever a new user wants to join, messages are transmitted that contain ...
Razielruss's user avatar
0 votes
1 answer
126 views

In WebRTC only one camera works after connecting

I'm trying to write a program where the connection between two users is automatic. For this, WebSocket is used to send the description and the candidate. The problem is that after all the information ...
Razielruss's user avatar
1 vote
0 answers
244 views

Call not received using PeerJS on page refresh

I am developing a video call application where when a participant reloads the page, their video will stop for every other participant and it continues once the page has loaded. For this, once a user ...
Navaneeth CT's user avatar
1 vote
1 answer
3k views

Connect to SIP server from React Application for audio and video video communication

I'm new to the world of VoIP. I've built a client side app in Reactjs that needs to connect with a SIP server to make and receive calls. Any help on how to connect to the SIP server and how to steam ...
DonStreet's user avatar
0 votes
0 answers
269 views

Using simple-peer, peer.on('data') calls repeatedly

I am using simple-peer library for making a chat application. When I receive message from the other peer connection using peer.on('data' => (data) => { console.log(data) }), it is called ...
Abhishek Raghav's user avatar
2 votes
1 answer
271 views

Multipeer connection onicecandidate event won't fire

I'm having problems with the logic to build behind the webRTC multi peer connections handling. Basically I'm trying to make a Room full of people in a videoconference call. I'm using the basic ...
L_Cleo's user avatar
  • 1,427
0 votes
1 answer
144 views

Shouting/sending a Blob object does not work in webRTC

I am using this React library to shout a JS Blob object but it does not seen to send the Blob. If I do this to shout the Blob object I get an empty object in payload: console.log('sending', blob); //...
strangeQuirks's user avatar

15 30 50 per page