35 lines
1.2 KiB
JavaScript
35 lines
1.2 KiB
JavaScript
/*
|
|
* Copyright @ 2015 Atlassian Pty Ltd
|
|
*
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
* you may not use this file except in compliance with the License.
|
|
* You may obtain a copy of the License at
|
|
*
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
*
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
* See the License for the specific language governing permissions and
|
|
* limitations under the License.
|
|
*/
|
|
var interfaceConfig = {
|
|
CANVAS_EXTRA: 104,
|
|
CANVAS_RADIUS: 7,
|
|
SHADOW_COLOR: '#ffffff',
|
|
INITIAL_TOOLBAR_TIMEOUT: 20000,
|
|
TOOLBAR_TIMEOUT: 4000,
|
|
DEFAULT_REMOTE_DISPLAY_NAME: "Fellow Jitster",
|
|
DEFAULT_DOMINANT_SPEAKER_DISPLAY_NAME: "speaker",
|
|
DEFAULT_LOCAL_DISPLAY_NAME: "me",
|
|
SHOW_JITSI_WATERMARK: true,
|
|
JITSI_WATERMARK_LINK: "https://jitsi.org",
|
|
SHOW_BRAND_WATERMARK: false,
|
|
BRAND_WATERMARK_LINK: "",
|
|
SHOW_POWERED_BY: false,
|
|
GENERATE_ROOMNAMES_ON_WELCOME_PAGE: true,
|
|
APP_NAME: "Jitsi Meet",
|
|
INVITATION_POWERED_BY: true,
|
|
ACTIVE_SPEAKER_AVATAR_SIZE: 100
|
|
};
|