mirror of
https://github.com/xtr-dev/rondevu-demo.git
synced 2025-12-10 18:53:24 +00:00
Switch to ExpressTurn TURN server for testing
Using Google STUN servers and ExpressTurn relay server to test with the bug fix. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
28
src/App.jsx
28
src/App.jsx
@@ -6,29 +6,13 @@ const API_URL = 'https://api.ronde.vu';
|
|||||||
|
|
||||||
const RTC_CONFIG = {
|
const RTC_CONFIG = {
|
||||||
iceServers: [
|
iceServers: [
|
||||||
|
{urls: 'stun:stun.l.google.com:19302'},
|
||||||
|
{urls: 'stun:stun1.l.google.com:19302'},
|
||||||
{
|
{
|
||||||
urls: "stun:stun.relay.metered.ca:80",
|
urls: 'turn:relay1.expressturn.com:3480',
|
||||||
},
|
username: 'ef13B1E5PH265HK1N2',
|
||||||
{
|
credential: 'TTcTPEy3ndxsS0Gp'
|
||||||
urls: "turn:standard.relay.metered.ca:80",
|
}
|
||||||
username: "c53a9c971da5e6f3bc959d8d",
|
|
||||||
credential: "QaccPqtPPaxyokXp",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
urls: "turn:standard.relay.metered.ca:80?transport=tcp",
|
|
||||||
username: "c53a9c971da5e6f3bc959d8d",
|
|
||||||
credential: "QaccPqtPPaxyokXp",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
urls: "turn:standard.relay.metered.ca:443",
|
|
||||||
username: "c53a9c971da5e6f3bc959d8d",
|
|
||||||
credential: "QaccPqtPPaxyokXp",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
urls: "turns:standard.relay.metered.ca:443?transport=tcp",
|
|
||||||
username: "c53a9c971da5e6f3bc959d8d",
|
|
||||||
credential: "QaccPqtPPaxyokXp",
|
|
||||||
},
|
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user