From 2234ae5f30b649b7c22e93d2cd4384c01daeb3cc Mon Sep 17 00:00:00 2001 From: Philipp Hancke Date: Tue, 31 Dec 2013 10:09:21 +0100 Subject: [PATCH] enable traces on peerconnection --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index b6003400c..f3d4f6197 100644 --- a/app.js +++ b/app.js @@ -19,7 +19,7 @@ function init() { window.location.href = 'chromeonly.html'; return; } - RTCPeerconnection = RTC.peerconnection; + RTCPeerconnection = TraceablePeerConnection; connection = new Strophe.Connection(document.getElementById('boshURL').value || config.bosh || '/http-bind'); if (connection.disco) {