Use Jitsi STUN servers instead of Google ones

These are some new defaults that we switch to, to follow upstream
changes:

- https://github.com/jitsi/docker-jitsi-meet/commit/264df04
- 3121494d4b
This commit is contained in:
Slavi Pantaleev
2020-04-08 19:08:15 +03:00
parent e290b1be95
commit 61fffa169c
2 changed files with 3 additions and 3 deletions

View File

@ -416,7 +416,7 @@ matrix_jitsi_web_stun_servers: |
matrix_server_fqn_matrix + ':3478',
]
if matrix_coturn_enabled
else [ 'stun.l.google.com:19302', 'stun1.l.google.com:19302', 'stun2.l.google.com:19302']
else [ 'meet-jit-si-turnrelay.jitsi.net:443']
}}
######################################################################