瀏覽代碼

config: use Jitsi's STUN servers by default, instead of Google's

j8
Saúl Ibarra Corretgé 5 年之前
父節點
當前提交
3121494d4b
共有 1 個檔案被更改,包括 1 行新增3 行删除
  1. 1
    3
      config.js

+ 1
- 3
config.js 查看文件

@@ -344,9 +344,7 @@ var config = {
344 344
         stunServers: [
345 345
 
346 346
             // { urls: 'stun:jitsi-meet.example.com:443' },
347
-            { urls: 'stun:stun.l.google.com:19302' },
348
-            { urls: 'stun:stun1.l.google.com:19302' },
349
-            { urls: 'stun:stun2.l.google.com:19302' }
347
+            { urls: 'stun:meet-jit-si-turnrelay.jitsi.net:443' }
350 348
         ],
351 349
 
352 350
         // Sets the ICE transport policy for the p2p connection. At the time

Loading…
取消
儲存