浏览代码

Merge pull request #1328 from saghul/cleanup-adaptive-lastn

cleanup: remove adaptive las N config option
master
Paweł Domas 8 年前
父节点
当前提交
c290cf45b7
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0
    1
      config.js

+ 0
- 1
config.js 查看文件

53
     disableStats: false,
53
     disableStats: false,
54
     disableAudioLevels: false,
54
     disableAudioLevels: false,
55
     channelLastN: -1, // The default value of the channel attribute last-n.
55
     channelLastN: -1, // The default value of the channel attribute last-n.
56
-    adaptiveLastN: false,
57
     //disableAdaptiveSimulcast: false,
56
     //disableAdaptiveSimulcast: false,
58
     enableRecording: false,
57
     enableRecording: false,
59
     enableWelcomePage: true,
58
     enableWelcomePage: true,

正在加载...
取消
保存