Parcourir la source

cleanup: remove code handling simulcast mode

The option got axed, there is nothing to handle now.
dev1
Saúl Ibarra Corretgé il y a 9 ans
Parent
révision
a5ab491807
1 fichiers modifiés avec 0 ajouts et 7 suppressions
  1. 0
    7
      modules/xmpp/moderator.js

+ 0
- 7
modules/xmpp/moderator.js Voir le fichier

@@ -219,13 +219,6 @@ Moderator.prototype.createConferenceIq =  function () {
219 219
                 value: this.options.conference.stereo
220 220
             }).up();
221 221
     }
222
-
223
-    elem.c(
224
-        'property', {
225
-            name: 'simulcastMode',
226
-            value: 'rewriting'
227
-        }).up();
228
-
229 222
     if (this.options.conference.useRoomAsSharedDocumentName !== undefined) {
230 223
         elem.c(
231 224
             'property', {

Chargement…
Annuler
Enregistrer