From a28ab1abcda481c9a8962a3589dda60a3fb737a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 8 Oct 2023 14:55:33 +0200 Subject: [PATCH] Update rtc_config.json --- conf/rtc_config.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/conf/rtc_config.json b/conf/rtc_config.json index 71d1b93..1c682e5 100644 --- a/conf/rtc_config.json +++ b/conf/rtc_config.json @@ -2,10 +2,7 @@ "sdpSemantics": "unified-plan", "iceServers": [ { - "urls": "stun:stun.l.google.com:19302" - }, - { - "urls": "__DOMAIN__:__PORT_TURNSERVER__", + "urls": "turn:__DOMAIN__:__PORT_TURNSERVER__", "username": "__APP__", "credential": "__TURNSERVER_PWD__" }