From d3832305329a7aba676d09f205ce6bd6b672a986 Mon Sep 17 00:00:00 2001 From: damencho Date: Tue, 21 Mar 2017 15:10:53 -0500 Subject: [PATCH] Removes unused code. --- conference.js | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/conference.js b/conference.js index 59128fd93..1076a520f 100644 --- a/conference.js +++ b/conference.js @@ -1304,16 +1304,6 @@ export default { APP.UI.showCustomToolbarPopup('#talkWhileMutedPopup', true, 5000); }); -/* - room.on(ConferenceEvents.IN_LAST_N_CHANGED, (inLastN) => { - //FIXME - if (config.muteLocalVideoIfNotInLastN) { - // TODO mute or unmute if required - // mark video on UI - // APP.UI.markVideoMuted(true/false); - } - }); -*/ room.on( ConferenceEvents.LAST_N_ENDPOINTS_CHANGED, (ids, enteringIds) => { APP.UI.handleLastNEndpoints(ids, enteringIds);