|
@@ -1304,16 +1304,6 @@ export default {
|
1304
|
1304
|
APP.UI.showCustomToolbarPopup('#talkWhileMutedPopup', true, 5000);
|
1305
|
1305
|
});
|
1306
|
1306
|
|
1307
|
|
-/*
|
1308
|
|
- room.on(ConferenceEvents.IN_LAST_N_CHANGED, (inLastN) => {
|
1309
|
|
- //FIXME
|
1310
|
|
- if (config.muteLocalVideoIfNotInLastN) {
|
1311
|
|
- // TODO mute or unmute if required
|
1312
|
|
- // mark video on UI
|
1313
|
|
- // APP.UI.markVideoMuted(true/false);
|
1314
|
|
- }
|
1315
|
|
- });
|
1316
|
|
-*/
|
1317
|
1307
|
room.on(
|
1318
|
1308
|
ConferenceEvents.LAST_N_ENDPOINTS_CHANGED, (ids, enteringIds) => {
|
1319
|
1309
|
APP.UI.handleLastNEndpoints(ids, enteringIds);
|