From 92473fadcafb83123115ed1cea06ef65f9182531 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:35:28 +0200 Subject: [PATCH] Update rtc_config.json --- conf/rtc_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/rtc_config.json b/conf/rtc_config.json index 4e8a969..71d1b93 100644 --- a/conf/rtc_config.json +++ b/conf/rtc_config.json @@ -5,7 +5,7 @@ "urls": "stun:stun.l.google.com:19302" }, { - "urls": "__DOMAIN__:__TURNSERVER_PORT__", + "urls": "__DOMAIN__:__PORT_TURNSERVER__", "username": "__APP__", "credential": "__TURNSERVER_PWD__" }