|
|
@@ -700,6 +700,7 @@ function dump(elem, filename){
|
|
700
|
700
|
// FIXME: should probably be a .dump call
|
|
701
|
701
|
data["jingle_" + session.sid] = {
|
|
702
|
702
|
updateLog: session.peerconnection.updateLog,
|
|
|
703
|
+ stats: session.peerconnection.stats,
|
|
703
|
704
|
url: window.location.href}
|
|
704
|
705
|
;
|
|
705
|
706
|
}
|
|
|
@@ -1100,4 +1101,5 @@ function scrollChatToBottom() {
|
|
1100
|
1101
|
setTimeout(function() {
|
|
1101
|
1102
|
$('#chatconversation').scrollTop($('#chatconversation')[0].scrollHeight);
|
|
1102
|
1103
|
}, 5);
|
|
1103
|
|
-}
|
|
|
1104
|
+}
|
|
|
1105
|
+
|