|
@@ -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.
|