Sfoglia il codice sorgente

enable traces on peerconnection

master
Philipp Hancke 11 anni fa
parent
commit
2234ae5f30
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      app.js

+ 1
- 1
app.js Vedi File

@@ -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…
Annulla
Salva