Merging completed.
This commit is contained in:
parent
6945aa802c
commit
59c77e5bb2
2
app.js
2
app.js
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue