python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
WebRTC connection to public host without STUN
In my application I would like an arbitrary browser peer (client) to connect to a public host (server) through WebRTC. I am trying to understand if I need any STUN/TURN, or if I can do without since t...
Filippo Bannò
Votes: 0
Answers: 0
Using different ICE servers for WebRTC connection
Should both parties in the WebRTC connection use the same ICE servers? What is the risk of using different ICE servers or even TURN providers at the same time by different sides of the call?
For examp...
Lukasz Pyrzyk
Votes: 0
Answers: 0
Getting pc.iceConnectionState Checking, failed in pc.oniceconnectionstatechange event in webRTC
I'm using webrtc for video calling in react native app.
If I call to someone else and receivers receives call then I get stream of receiver but there is a problem at receiver side.
Receiver gets remot...
amM
Votes: 0
Answers: 1
WebRTC gathering candidate gives different results in same browser(chrome)
I'm new to WebRTC and there is something odd about gathering ICE candidates for WebRTC.
As in this picture, gathering ICE candidates from this page gave me a normal list of candidates.
pic1
However, w...
YJ Kim
Votes: 0
Answers: 1