|
@@ -14,10 +14,7 @@ var interfaceConfig = {
|
14
|
14
|
GENERATE_ROOMNAMES_ON_WELCOME_PAGE: true,
|
15
|
15
|
APP_NAME: "Jitsi Meet",
|
16
|
16
|
INVITATION_POWERED_BY: true,
|
17
|
|
- TOOLBAR_BUTTONS: ['authentication', 'microphone', 'camera', 'desktop',
|
18
|
|
- 'recording', 'security', 'invite', 'chat', 'etherpad', 'sharedvideo',
|
19
|
|
- 'fullscreen', 'sip', 'dialpad', 'settings', 'hangup', 'filmstrip',
|
20
|
|
- 'contacts'],
|
|
17
|
+ TOOLBAR_BUTTONS: ['authentication', 'microphone', 'camera', 'desktop', 'recording', 'security', 'invite', 'chat', 'etherpad', 'sharedvideo', 'fullscreen', 'sip', 'dialpad', 'settings', 'hangup', 'filmstrip', 'contacts'],
|
21
|
18
|
// Determines how the video would fit the screen. 'both' would fit the whole
|
22
|
19
|
// screen, 'height' would fit the original video height to the height of the
|
23
|
20
|
// screen, 'width' would fit the original video width to the width of the
|