mirror of
https://github.com/xtr-dev/rondevu-demo.git
synced 2025-12-10 10:53:22 +00:00
Test with STUN-only (no TURN) to verify ICE candidate fix
This commit is contained in:
13
src/App.jsx
13
src/App.jsx
@@ -6,17 +6,8 @@ const API_URL = 'https://api.ronde.vu';
|
||||
|
||||
const RTC_CONFIG = {
|
||||
iceServers: [
|
||||
{
|
||||
urls: ["stun:57.129.61.67:3478"]
|
||||
},
|
||||
{
|
||||
urls: [
|
||||
"turn:57.129.61.67:3478?transport=udp",
|
||||
"turn:57.129.61.67:3478?transport=tcp"
|
||||
],
|
||||
username: "webrtcuser",
|
||||
credential: "supersecretpassword"
|
||||
}
|
||||
{urls: 'stun:stun.l.google.com:19302'},
|
||||
{urls: 'stun:stun1.l.google.com:19302'}
|
||||
]
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user