Bläddra i källkod

enable traces on peerconnection

master
Philipp Hancke 11 år sedan
förälder
incheckning
2234ae5f30
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      app.js

+ 1
- 1
app.js Visa fil

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

Laddar…
Avbryt
Spara