瀏覽代碼

fixes

master
paweldomas 10 年之前
父節點
當前提交
b524298270
共有 1 個檔案被更改,包括 3 行新增1 行删除
  1. 3
    1
      modules/xmpp/recording.js

+ 3
- 1
modules/xmpp/recording.js 查看文件

@@ -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);

Loading…
取消
儲存