Merging completed.

This commit is contained in:
Yana Stamcheva 2014-01-24 11:40:41 +01:00
parent 6945aa802c
commit 59c77e5bb2
1 changed files with 2 additions and 0 deletions

2
app.js
View File

@ -288,6 +288,8 @@ $(document).bind('entered.muc', function (event, jid, info, pres) {
updateLockButton();
}
showFocusIndicator();
$(pres).find('>media[xmlns="http://estos.de/ns/mjs"]>source').each(function (idx, ssrc) {
//console.log(jid, 'assoc ssrc', ssrc.getAttribute('type'), ssrc.getAttribute('ssrc'));
ssrc2jid[ssrc.getAttribute('ssrc')] = jid;