瀏覽代碼

Fix correct Scope - this fixes JS error and Chrome Ext desktop sharing for me

j8
schleussinger 10 年之前
父節點
當前提交
dbed14db5e
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      modules/xmpp/JingleSession.js

+ 2
- 2
modules/xmpp/JingleSession.js 查看文件

974
         self.peerconnection.addStream(new_stream);
974
         self.peerconnection.addStream(new_stream);
975
     }
975
     }
976
 
976
 
977
-    RTC.switchVideoStreams(new_stream, oldStream);
977
+    APP.RTC.switchVideoStreams(new_stream, oldStream);
978
 
978
 
979
     // Conference is not active
979
     // Conference is not active
980
     if(!oldSdp || !self.peerconnection) {
980
     if(!oldSdp || !self.peerconnection) {
1391
     }
1391
     }
1392
 }
1392
 }
1393
 
1393
 
1394
-module.exports = JingleSession;
1394
+module.exports = JingleSession;

Loading…
取消
儲存