enable traces on peerconnection
This commit is contained in:
parent
dbc4a5bcac
commit
2234ae5f30
2
app.js
2
app.js
|
@ -19,7 +19,7 @@ function init() {
|
||||||
window.location.href = 'chromeonly.html';
|
window.location.href = 'chromeonly.html';
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
RTCPeerconnection = RTC.peerconnection;
|
RTCPeerconnection = TraceablePeerConnection;
|
||||||
|
|
||||||
connection = new Strophe.Connection(document.getElementById('boshURL').value || config.bosh || '/http-bind');
|
connection = new Strophe.Connection(document.getElementById('boshURL').value || config.bosh || '/http-bind');
|
||||||
if (connection.disco) {
|
if (connection.disco) {
|
||||||
|
|
Loading…
Reference in New Issue