Removes unused code.

This commit is contained in:
damencho 2017-03-21 15:10:53 -05:00 committed by hristoterezov
parent 9a46896600
commit d383230532
1 changed files with 0 additions and 10 deletions

View File

@ -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);