|
@@ -1363,12 +1363,6 @@ var VideoLayout = (function (my) {
|
1363
|
1363
|
if (resourceJid
|
1364
|
1364
|
&& lastNEndpoints.indexOf(resourceJid) < 0) {
|
1365
|
1365
|
console.log("Remove from last N", resourceJid);
|
1366
|
|
- var jid = connection.emuc.findJidFromResource(resourceJid);
|
1367
|
|
- messageHandler.notify(
|
1368
|
|
- connection.emuc.members[jid].displayName || 'Somebody',
|
1369
|
|
- 'lastN',
|
1370
|
|
- 'is out of dominant speakers'
|
1371
|
|
- );
|
1372
|
1366
|
showPeerContainer(resourceJid, false);
|
1373
|
1367
|
}
|
1374
|
1368
|
});
|
|
@@ -1381,11 +1375,6 @@ var VideoLayout = (function (my) {
|
1381
|
1375
|
|
1382
|
1376
|
if (!$('#participant_' + resourceJid).is(':visible')) {
|
1383
|
1377
|
console.log("Add to last N", resourceJid);
|
1384
|
|
- var jid = connection.emuc.findJidFromResource(resourceJid);
|
1385
|
|
- messageHandler.notify(
|
1386
|
|
- connection.emuc.members[jid].displayName || 'Somebody',
|
1387
|
|
- 'lastN',
|
1388
|
|
- 'is in dominant speakers');
|
1389
|
1378
|
showPeerContainer(resourceJid, true);
|
1390
|
1379
|
|
1391
|
1380
|
mediaStreams.some(function (mediaStream) {
|