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