Browse Source

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

cleanup: remove adaptive las N config option
dev1
Paweł Domas 9 years ago
parent
commit
6638457955
1 changed files with 0 additions and 7 deletions
  1. 0
    7
      modules/xmpp/moderator.js

+ 0
- 7
modules/xmpp/moderator.js View File

@@ -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.

Loading…
Cancel
Save