Merge pull request #1516 from jitsi/remove_cfg_log_stats

fix(config.js): remove unused 'logStats'
This commit is contained in:
bgrozev 2017-04-18 16:01:49 -05:00 committed by GitHub
commit 33c92a31bf
1 changed files with 0 additions and 1 deletions

View File

@ -65,7 +65,6 @@ var config = { // eslint-disable-line no-unused-vars
//enableClosePage: false, // enabling the close page will ignore the welcome
// page redirection when call is hangup
disableSimulcast: false,
logStats: false, // Enable logging of PeerConnection stats via the focus
// requireDisplayName: true, // Forces the participants that doesn't have display name to enter it when they enter the room.
// startAudioMuted: 10, // every participant after the Nth will start audio muted
// startVideoMuted: 10, // every participant after the Nth will start video muted