Allow for a list of enabled buttons to be passed as part of interfaceConfig

This commit is contained in:
Issac Gerges
2015-08-28 16:13:40 -05:00
parent ff199a4d78
commit bcccc58b2c
7 changed files with 19631 additions and 19521 deletions

View File

@@ -16,6 +16,8 @@ var interfaceConfig = {
APP_NAME: "Jitsi Meet",
INVITATION_POWERED_BY: true,
ACTIVE_SPEAKER_AVATAR_SIZE: 100,
TOOLBAR_BUTTONS: ['authentication', 'microphone', 'camera', 'desktop', 'record', 'security', 'invite',
'chat', 'prezi', 'etherpad', 'fullscreen', 'sip', 'dialpad', 'settings', 'hangup', 'filmstrip', 'contacts'],
/**
* Whether to only show the filmstrip (and hide the toolbar).
*/