Selaa lähdekoodia

enable traces on peerconnection

master
Philipp Hancke 11 vuotta sitten
vanhempi
commit
2234ae5f30
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      app.js

+ 1
- 1
app.js Näytä tiedosto

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

Loading…
Peruuta
Tallenna