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
Fail to build Bluetooth Connection with IceBT plugin from ZeroC's Ice
I am currently working at building an Ice Session between two Raspberry Pi 4Bs with Ice and Python.
I already got the underlying connection / pairing via bluetooth working, but now I am struggling to ...
Severin
Votes: 0
Answers: 1
WebRTC connection not selecting ICE candidate pair depending on order
I'm trying to establish a WebRTC connection between user A (on WiFi) and user B (on phone hotspot). The connection is successful if user B sends an offer to user A, but fails when user A sends an offe...
Ties
Votes: 0
Answers: 0
Get available and active ICE candidates for WebRTC connection
I'm having a weird issue with a WebRTC connection between 2 users on different networks.
User A is using a phone hotspot, user B is on my home WiFi.
When user A is the first to join the page, this use...
Ties
Votes: 0
Answers: 1