Update API URL to api.ronde.vu and simplify ICE config

- Change API URL from rondevu.xtrdev.workers.dev to api.ronde.vu
- Remove TURN servers, use only Google STUN (eliminate errors)
- Update README with correct API URL

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-14 18:54:51 +01:00
parent adc363fed0
commit 600d6308b9
2 changed files with 4 additions and 15 deletions

View File

@@ -182,7 +182,7 @@ The connection manager handles:
## Server Configuration
This demo connects to: `https://rondevu.xtrdev.workers.dev`
This demo connects to: `https://api.ronde.vu`
To use a different server, modify `API_URL` in `src/App.jsx`: