ソースを参照

Merge pull request #363 from saghul/cleanup-adaptive-simulcast

cleanup: remove old adaptive simulcast config option
dev1
George Politis 8年前
コミット
c6568896b2
1個のファイルの変更0行の追加11行の削除
  1. 0
    11
      modules/xmpp/moderator.js

+ 0
- 11
modules/xmpp/moderator.js ファイルの表示

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

読み込み中…
キャンセル
保存