|
|
@@ -10634,11 +10634,13 @@ Recording.prototype.setRecording = function (state, streamId, callback,
|
|
10634
|
10634
|
return;
|
|
10635
|
10635
|
}
|
|
10636
|
10636
|
|
|
|
10637
|
+ // FIXME jibri does not accept IQ without 'url' attribute set ?
|
|
|
10638
|
+
|
|
10637
|
10639
|
var iq = $iq({to: this.focusMucJid, type: 'set'})
|
|
10638
|
10640
|
.c('jibri', {
|
|
10639
|
10641
|
xmlns: 'http://jitsi.org/protocol/jibri',
|
|
10640
|
10642
|
action: (state === 'on') ? 'start' : 'stop',
|
|
10641
|
|
- streamId: streamId
|
|
|
10643
|
+ streamid: streamId
|
|
10642
|
10644
|
}).up();
|
|
10643
|
10645
|
|
|
10644
|
10646
|
console.log('Set jibri recording: '+state, iq);
|