From 1078fa9d052aff7dfcef7bd57f31b933ccdfe6c0 Mon Sep 17 00:00:00 2001 From: Radium Zheng Date: Wed, 1 Aug 2018 10:28:05 +1000 Subject: [PATCH] remove 'localRecording' from interface_config.js --- interface_config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/interface_config.js b/interface_config.js index c4bcb9e5e..b9d17b1c5 100644 --- a/interface_config.js +++ b/interface_config.js @@ -48,8 +48,7 @@ var interfaceConfig = { 'microphone', 'camera', 'closedcaptions', 'desktop', 'fullscreen', 'fodeviceselection', 'hangup', 'profile', 'info', 'chat', 'recording', 'livestreaming', 'etherpad', 'sharedvideo', 'settings', 'raisehand', - 'videoquality', 'filmstrip', 'invite', 'feedback', 'stats', 'shortcuts', - 'localrecording' + 'videoquality', 'filmstrip', 'invite', 'feedback', 'stats', 'shortcuts' ], SETTINGS_SECTIONS: [ 'devices', 'language', 'moderator', 'profile' ],