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

Chargement…
Annuler
Enregistrer