From 95ae389bf7452d90ba5f3e4a2b8ee507fd9de402 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 2 Apr 2020 17:08:49 +0200 Subject: [PATCH] Update config.js --- conf/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.js b/conf/config.js index 58184a3..c99d852 100644 --- a/conf/config.js +++ b/conf/config.js @@ -350,7 +350,7 @@ var config = { // The STUN servers that will be used in the peer to peer connections stunServers: [ - { urls: 'stun:coturn.__DOMAIN__:__PORT_COTURN_TLS__' } + { urls: 'stun:coturn.__DOMAIN__:__PORT_COTURN_TLS__' }, { urls: 'stun:coturn.__DOMAIN__:__PORT_COTURN_ALT_TLS__' } // { urls: 'stun:stun.l.google.com:19302' }, // { urls: 'stun:stun1.l.google.com:19302' },