浏览代码

cleanup: remove adaptive las N config option

The feature has been replaced so the option no longer applies.
dev1
Saúl Ibarra Corretgé 8 年前
父节点
当前提交
91c078a92d
共有 1 个文件被更改,包括 0 次插入7 次删除
  1. 0
    7
      modules/xmpp/moderator.js

+ 0
- 7
modules/xmpp/moderator.js 查看文件

@@ -147,13 +147,6 @@ Moderator.prototype.createConferenceIq =  function () {
147 147
                 value: this.options.conference.channelLastN
148 148
             }).up();
149 149
     }
150
-    if (this.options.conference.adaptiveLastN !== undefined) {
151
-        elem.c(
152
-            'property', {
153
-                name: 'adaptiveLastN',
154
-                value: this.options.conference.adaptiveLastN
155
-            }).up();
156
-    }
157 150
     if (this.options.conference.disableAdaptiveSimulcast !== undefined ||
158 151
         this.options.conference.disableSimulcast) {
159 152
         // disableSimulcast implies disableAdaptiveSimulcast.

正在加载...
取消
保存