瀏覽代碼

Adds lib-jitsi-meet.js

master
hristoterezov 10 年之前
父節點
當前提交
6ac17df4ad
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3
    1
      lib-jitsi-meet.js

+ 3
- 1
lib-jitsi-meet.js 查看文件

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

Loading…
取消
儲存