remove openrelayproject from rtc_config

This commit is contained in:
schlagmichdoch 2023-04-17 15:24:31 +02:00
parent 2aeadb44e2
commit d0046e83cb
2 changed files with 0 additions and 16 deletions

View file

@ -63,14 +63,6 @@ const rtcConfig = process.env.RTC_CONFIG
"iceServers": [
{
"urls": "stun:stun.l.google.com:19302"
},
{
"urls": "stun:openrelay.metered.ca:80"
},
{
"urls": "turn:openrelay.metered.ca:443",
"username": "openrelayproject",
"credential": "openrelayproject"
}
]
};

View file

@ -3,14 +3,6 @@
"iceServers": [
{
"urls": "stun:stun.l.google.com:19302"
},
{
"urls": "stun:openrelay.metered.ca:80"
},
{
"urls": "turn:openrelay.metered.ca:443",
"username": "openrelayproject",
"credential": "openrelayproject"
}
]
}