mirror of
https://github.com/xtr-dev/rondevu-demo.git
synced 2025-12-10 10:53:22 +00:00
Update TURN server configuration to use UDP transport
Added ?transport=udp parameter to TURN server URL for improved connectivity. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -10,7 +10,7 @@ const RTC_CONFIG = {
|
|||||||
urls: ["stun:stun.ronde.vu:3478"]
|
urls: ["stun:stun.ronde.vu:3478"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
urls: ["turn:turn.ronde.vu:3478"],
|
urls: ["turn:turn.ronde.vu:3478?transport=udp"],
|
||||||
username: "webrtcuser",
|
username: "webrtcuser",
|
||||||
credential: "supersecretpassword"
|
credential: "supersecretpassword"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user