pull over stats export
This commit is contained in:
parent
d1cba274af
commit
bee3792b1d
4
app.js
4
app.js
|
@ -700,6 +700,7 @@ function dump(elem, filename){
|
|||
// FIXME: should probably be a .dump call
|
||||
data["jingle_" + session.sid] = {
|
||||
updateLog: session.peerconnection.updateLog,
|
||||
stats: session.peerconnection.stats,
|
||||
url: window.location.href}
|
||||
;
|
||||
}
|
||||
|
@ -1100,4 +1101,5 @@ function scrollChatToBottom() {
|
|||
setTimeout(function() {
|
||||
$('#chatconversation').scrollTop($('#chatconversation')[0].scrollHeight);
|
||||
}, 5);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue