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:
@ -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']
|
||||
}}
|
||||
|
||||
######################################################################
|
||||
|
Reference in New Issue
Block a user