mirror of
https://github.com/xtr-dev/rondevu-demo.git
synced 2025-12-10 10:53:22 +00:00
Add metered.ca TURN server on port 80
Added additional TURN server endpoint for better connectivity. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -8,6 +8,11 @@ const RTC_CONFIG = {
|
||||
iceServers: [
|
||||
{ urls: 'stun:stun.l.google.com:19302' },
|
||||
{ urls: 'stun:stun1.l.google.com:19302' },
|
||||
{
|
||||
urls: "turn:standard.relay.metered.ca:80",
|
||||
username: "e03a51621b4f11ffbed3addd",
|
||||
credential: "QPjJzPau1Ng5S0dq",
|
||||
},
|
||||
{
|
||||
urls: "turn:standard.relay.metered.ca:443",
|
||||
username: "e03a51621b4f11ffbed3addd",
|
||||
|
||||
Reference in New Issue
Block a user