enable traces on peerconnection

This commit is contained in:
Philipp Hancke 2013-12-31 10:09:21 +01:00 committed by Yana Stamcheva
parent dbc4a5bcac
commit 2234ae5f30
1 changed files with 1 additions and 1 deletions

2
app.js
View File

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