feat(AddPeopleDialog): Update design; feat(SecurityDialog): Implement

This commit is contained in:
Mihai Uscat
2020-04-01 10:47:51 +03:00
committed by Saúl Ibarra Corretgé
parent 70d8fe91c3
commit 75c836c70c
52 changed files with 2255 additions and 1485 deletions

View File

@@ -48,11 +48,11 @@ var interfaceConfig = {
*/
TOOLBAR_BUTTONS: [
'microphone', 'camera', 'closedcaptions', 'desktop', 'fullscreen',
'fodeviceselection', 'hangup', 'profile', 'info', 'chat', 'recording',
'fodeviceselection', 'hangup', 'profile', 'chat', 'recording',
'livestreaming', 'etherpad', 'sharedvideo', 'settings', 'raisehand',
'videoquality', 'filmstrip', 'invite', 'feedback', 'stats', 'shortcuts',
'tileview', 'videobackgroundblur', 'download', 'help', 'mute-everyone',
'e2ee'
'e2ee', 'security'
],
SETTINGS_SECTIONS: [ 'devices', 'language', 'moderator', 'profile', 'calendar' ],