|
@@ -16,8 +16,10 @@ var interfaceConfig = {
|
16
|
16
|
APP_NAME: "Jitsi Meet",
|
17
|
17
|
INVITATION_POWERED_BY: true,
|
18
|
18
|
ACTIVE_SPEAKER_AVATAR_SIZE: 100,
|
19
|
|
- TOOLBAR_BUTTONS: ['authentication', 'microphone', 'camera', 'desktop', 'recording', 'security', 'invite',
|
20
|
|
- 'chat', 'prezi', 'etherpad', 'fullscreen', 'sip', 'dialpad', 'settings', 'hangup', 'filmstrip', 'contacts'],
|
|
19
|
+ TOOLBAR_BUTTONS: ['authentication', 'microphone', 'camera', 'desktop',
|
|
20
|
+ 'recording', 'security', 'invite', 'chat', 'prezi', 'etherpad',
|
|
21
|
+ 'fullscreen', 'sip', 'dialpad', 'settings', 'hangup', 'filmstrip',
|
|
22
|
+ 'contacts'],
|
21
|
23
|
/**
|
22
|
24
|
* Whether to only show the filmstrip (and hide the toolbar).
|
23
|
25
|
*/
|