Переглянути джерело

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', {

Завантаження…
Відмінити
Зберегти