2014-09-18 15:39:40 +03:00
|
|
|
var interfaceConfig = {
|
|
|
|
|
CANVAS_EXTRA: 104,
|
|
|
|
|
CANVAS_RADIUS: 7,
|
2014-10-10 14:08:50 +03:00
|
|
|
SHADOW_COLOR: '#ffffff',
|
2014-09-18 15:39:40 +03:00
|
|
|
INITIAL_TOOLBAR_TIMEOUT: 20000,
|
|
|
|
|
TOOLBAR_TIMEOUT: 4000,
|
|
|
|
|
DEFAULT_REMOTE_DISPLAY_NAME: "Fellow Jitster",
|
2015-03-09 17:50:13 +02:00
|
|
|
DEFAULT_DOMINANT_SPEAKER_DISPLAY_NAME: "speaker",
|
2014-10-31 13:47:12 +02:00
|
|
|
DEFAULT_LOCAL_DISPLAY_NAME: "me",
|
2014-09-24 16:44:52 +02:00
|
|
|
SHOW_JITSI_WATERMARK: true,
|
2015-03-24 10:36:27 +01:00
|
|
|
JITSI_WATERMARK_LINK: "https://jitsi.org",
|
2014-09-24 16:44:52 +02:00
|
|
|
SHOW_BRAND_WATERMARK: false,
|
|
|
|
|
BRAND_WATERMARK_LINK: "",
|
2014-10-01 21:21:57 +02:00
|
|
|
SHOW_POWERED_BY: false,
|
2014-11-04 16:14:02 +02:00
|
|
|
GENERATE_ROOMNAMES_ON_WELCOME_PAGE: true,
|
2014-10-31 13:47:12 +02:00
|
|
|
APP_NAME: "Jitsi Meet",
|
2014-12-17 14:45:04 +02:00
|
|
|
INVITATION_POWERED_BY: true,
|
2015-08-10 12:59:12 -05:00
|
|
|
ACTIVE_SPEAKER_AVATAR_SIZE: 100,
|
2015-09-14 09:25:43 -05:00
|
|
|
TOOLBAR_BUTTONS: ['authentication', 'microphone', 'camera', 'desktop',
|
|
|
|
|
'recording', 'security', 'invite', 'chat', 'prezi', 'etherpad',
|
|
|
|
|
'fullscreen', 'sip', 'dialpad', 'settings', 'hangup', 'filmstrip',
|
|
|
|
|
'contacts'],
|
2015-10-06 10:41:46 -05:00
|
|
|
VIDEO_LAYOUT_FIT: 'both', // height, width, both
|
2015-08-10 12:59:12 -05:00
|
|
|
/**
|
|
|
|
|
* Whether to only show the filmstrip (and hide the toolbar).
|
|
|
|
|
*/
|
|
|
|
|
filmStripOnly: false
|
2014-09-18 15:39:40 +03:00
|
|
|
};
|