浏览代码

Removes unused code.

j8
damencho 8 年前
父节点
当前提交
d383230532
共有 1 个文件被更改,包括 0 次插入10 次删除
  1. 0
    10
      conference.js

+ 0
- 10
conference.js 查看文件

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

正在加载...
取消
保存