소스 검색

add default STUN servers to config.js

j8
paweldomas 8 년 전
부모
커밋
fba086134d
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7
    0
      config.js

+ 7
- 0
config.js 파일 보기

@@ -20,6 +20,13 @@ var config = { // eslint-disable-line no-unused-vars
20 20
     //focusUserJid: 'focus@auth.jitsi-meet.example.com', // The real JID of focus participant - can be overridden here
21 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 30
     // The ID of the jidesha extension for Chrome.
24 31
     desktopSharingChromeExtId: null,
25 32
     // Whether desktop sharing should be disabled on Chrome.

Loading…
취소
저장