浏览代码

Merge pull request #1516 from jitsi/remove_cfg_log_stats

fix(config.js): remove unused 'logStats'
j8
bgrozev 8 年前
父节点
当前提交
33c92a31bf
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0
    1
      config.js

+ 0
- 1
config.js 查看文件

65
     //enableClosePage: false, // enabling the close page will ignore the welcome
65
     //enableClosePage: false, // enabling the close page will ignore the welcome
66
                               // page redirection when call is hangup
66
                               // page redirection when call is hangup
67
     disableSimulcast: false,
67
     disableSimulcast: false,
68
-    logStats: false, // Enable logging of PeerConnection stats via the focus
69
 //    requireDisplayName: true, // Forces the participants that doesn't have display name to enter it when they enter the room.
68
 //    requireDisplayName: true, // Forces the participants that doesn't have display name to enter it when they enter the room.
70
 //    startAudioMuted: 10, // every participant after the Nth will start audio muted
69
 //    startAudioMuted: 10, // every participant after the Nth will start audio muted
71
 //    startVideoMuted: 10, // every participant after the Nth will start video muted
70
 //    startVideoMuted: 10, // every participant after the Nth will start video muted

正在加载...
取消
保存