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)
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
How to establish a connection between peers based on COTURN server and using WebSockets only, without WebRTC
I installed and configured a COTURN server in an EC2 instance. Then, I did some preliminary tests to check its operation using Trickle ICE. Everything works fine. Now I want to establish a communicati...
ABF
Votes: 0
Answers: 1
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
A way to connect 2 COTURN servers
I have for example 5 webRTC peers connected to each other through COTURN server (turnServer1). All of them are behind symmetric NAT which means that they cannot establish connection without TURN serve...
SuperYegorius
Votes: 0
Answers: 1