Kaynağa Gözat

add default STUN servers to config.js

master
paweldomas 8 yıl önce
ebeveyn
işleme
fba086134d
1 değiştirilmiş dosya ile 7 ekleme ve 0 silme
  1. 7
    0
      config.js

+ 7
- 0
config.js Dosyayı Görüntüle

20
     //focusUserJid: 'focus@auth.jitsi-meet.example.com', // The real JID of focus participant - can be overridden here
20
     //focusUserJid: 'focus@auth.jitsi-meet.example.com', // The real JID of focus participant - can be overridden here
21
     //defaultSipNumber: '', // Default SIP number
21
     //defaultSipNumber: '', // Default SIP number
22
 
22
 
23
+    // The STUN servers that will be used in the peer to peer connections
24
+    p2pStunServers: [
25
+        { urls: "stun:stun.l.google.com:19302" },
26
+        { urls: "stun:stun1.l.google.com:19302" },
27
+        { urls: "stun:stun2.l.google.com:19302" }
28
+    ],
29
+
23
     // The ID of the jidesha extension for Chrome.
30
     // The ID of the jidesha extension for Chrome.
24
     desktopSharingChromeExtId: null,
31
     desktopSharingChromeExtId: null,
25
     // Whether desktop sharing should be disabled on Chrome.
32
     // Whether desktop sharing should be disabled on Chrome.

Loading…
İptal
Kaydet