浏览代码

enable traces on peerconnection

master
Philipp Hancke 11 年前
父节点
当前提交
2234ae5f30
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      app.js

+ 1
- 1
app.js 查看文件

@@ -19,7 +19,7 @@ function init() {
19 19
         window.location.href = 'chromeonly.html';
20 20
         return;
21 21
     }
22
-    RTCPeerconnection = RTC.peerconnection;
22
+    RTCPeerconnection = TraceablePeerConnection; 
23 23
 
24 24
     connection = new Strophe.Connection(document.getElementById('boshURL').value || config.bosh || '/http-bind');
25 25
     if (connection.disco) {

正在加载...
取消
保存