From fba086134dff55fb58aaf45515de7cae993b3deb Mon Sep 17 00:00:00 2001 From: paweldomas Date: Wed, 22 Feb 2017 14:37:03 -0600 Subject: [PATCH] add default STUN servers to config.js --- config.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config.js b/config.js index b64d8351e..7e5d47fe7 100644 --- a/config.js +++ b/config.js @@ -20,6 +20,13 @@ var config = { // eslint-disable-line no-unused-vars //focusUserJid: 'focus@auth.jitsi-meet.example.com', // The real JID of focus participant - can be overridden here //defaultSipNumber: '', // Default SIP number + // The STUN servers that will be used in the peer to peer connections + p2pStunServers: [ + { urls: "stun:stun.l.google.com:19302" }, + { urls: "stun:stun1.l.google.com:19302" }, + { urls: "stun:stun2.l.google.com:19302" } + ], + // The ID of the jidesha extension for Chrome. desktopSharingChromeExtId: null, // Whether desktop sharing should be disabled on Chrome.