paweldomas il y a 10 ans
Parent
révision
b524298270
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3
    1
      modules/xmpp/recording.js

+ 3
- 1
modules/xmpp/recording.js Voir le fichier

@@ -31,11 +31,13 @@ Recording.prototype.setRecording = function (state, streamId, callback,
31 31
         return;
32 32
     }
33 33
 
34
+    // FIXME jibri does not accept IQ without 'url' attribute set ?
35
+
34 36
     var iq = $iq({to: this.focusMucJid, type: 'set'})
35 37
         .c('jibri', {
36 38
             xmlns: 'http://jitsi.org/protocol/jibri',
37 39
             action: (state === 'on') ? 'start' : 'stop',
38
-            streamId: streamId
40
+            streamid: streamId
39 41
         }).up();
40 42
 
41 43
     console.log('Set jibri recording: '+state, iq);

Chargement…
Annuler
Enregistrer