mirror of
https://github.com/YunoHost-Apps/jitsi_ynh.git
synced 2024-09-03 19:35:57 +02:00
Update config.js
This commit is contained in:
parent
8ad3193203
commit
95ae389bf7
1 changed files with 1 additions and 1 deletions
|
@ -350,7 +350,7 @@ var config = {
|
||||||
// The STUN servers that will be used in the peer to peer connections
|
// The STUN servers that will be used in the peer to peer connections
|
||||||
stunServers: [
|
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:coturn.__DOMAIN__:__PORT_COTURN_ALT_TLS__' }
|
||||||
// { urls: 'stun:stun.l.google.com:19302' },
|
// { urls: 'stun:stun.l.google.com:19302' },
|
||||||
// { urls: 'stun:stun1.l.google.com:19302' },
|
// { urls: 'stun:stun1.l.google.com:19302' },
|
||||||
|
|
Loading…
Add table
Reference in a new issue