Files
jitsi-meet/interface_config.js

35 lines
1.3 KiB
JavaScript
Raw Normal View History

var interfaceConfig = {
CANVAS_EXTRA: 104,
CANVAS_RADIUS: 1,
SHADOW_COLOR: '#ffffff',
INITIAL_TOOLBAR_TIMEOUT: 20000,
TOOLBAR_TIMEOUT: 4000,
DEFAULT_REMOTE_DISPLAY_NAME: "Fellow Jitster",
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: "",
SHOW_POWERED_BY: false,
2014-11-04 16:14:02 +02:00
GENERATE_ROOMNAMES_ON_WELCOME_PAGE: true,
APP_NAME: "Jitsi Meet",
2014-12-17 14:45:04 +02:00
INVITATION_POWERED_BY: true,
DOMINANT_SPEAKER_AVATAR_SIZE: 100,
2015-09-14 09:25:43 -05:00
TOOLBAR_BUTTONS: ['authentication', 'microphone', 'camera', 'desktop',
'recording', 'security', 'invite', 'chat', 'etherpad', 'sharedvideo',
2015-09-14 09:25:43 -05:00
'fullscreen', 'sip', 'dialpad', 'settings', 'hangup', 'filmstrip',
'contacts'],
2015-10-06 15:02:46 -05:00
// Determines how the video would fit the screen. 'both' would fit the whole
// screen, 'height' would fit the original video height to the height of the
// screen, 'width' would fit the original video width to the width of the
// screen respecting ratio.
VIDEO_LAYOUT_FIT: 'both',
/**
* Whether to only show the filmstrip (and hide the toolbar).
*/
filmStripOnly: false,
RANDOM_AVATAR_URL_PREFIX: "http://abotars.hipch.at/meeple/",
RANDOM_AVATAR_URL_SUFFIX: ".png",
FILM_STRIP_MAX_HEIGHT: 160
};