From d0046e83cbf653da5189e94d710a60884a64f307 Mon Sep 17 00:00:00 2001 From: schlagmichdoch Date: Mon, 17 Apr 2023 15:24:31 +0200 Subject: [PATCH] remove openrelayproject from rtc_config --- index.js | 8 -------- rtc_config_example.json | 8 -------- 2 files changed, 16 deletions(-) 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" } ] }