瀏覽代碼

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) {

Loading…
取消
儲存