diff --git a/index.js b/index.js index 0fa6dae..6792a36 100644 --- a/index.js +++ b/index.js @@ -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" } ] }; diff --git a/rtc_config_example.json b/rtc_config_example.json index f78905d..bb327e3 100644 --- a/rtc_config_example.json +++ b/rtc_config_example.json @@ -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" } ] }