bigbluebutton-Github/bigbluebutton-html5/private/config/public/app.yaml

57 lines
1.4 KiB
YAML
Raw Normal View History

# Application configurations
app:
# Default font sizes for mobile / desktop
mobileFont: 16
desktopFont: 14
# Audio notification for unread chat message
audioChatNotification: false
# Will offer the user to join the audio when entering the meeting
2017-01-11 07:14:23 +08:00
autoJoinAudio: true
listenOnly: false
skipCheck: false
# Default global variables
appName: "BigBlueButton HTML5 Client"
2016-12-08 04:52:07 +08:00
bbbServerVersion: "1.1-beta"
copyright: "©2017 BigBlueButton Inc."
2016-12-08 23:40:11 +08:00
html5ClientBuild: "HTML5_CLIENT_VERSION"
lockOnJoin: true
# Name displayed in the brower URL
basename: '/html5client'
2017-03-10 03:50:21 +08:00
defaultLocale: 'en'
2017-03-21 02:00:04 +08:00
#default settings for session storage
defaultSettings:
application:
chatAudioNotifications: false
chatPushNotifications: false
fontSize: "16px"
audio:
inputDeviceId: undefined
outputDeviceId: undefined
video:
viewParticipantsWebcams: true
cc:
backgroundColor: "#FFFFFF"
fontColor: "#000000"
2017-04-06 19:46:15 +08:00
enabled: false
2017-03-21 02:00:04 +08:00
fontFamily: "Calibri"
fontSize: '16px'
2017-04-06 19:46:15 +08:00
# locale: undefined
2017-03-21 02:00:04 +08:00
takeOwnership: false
participants:
muteAll: false
lockAll: false
lockAll: false
microphone: false
publicChat: false
privateChat: false
layout: false
# The initial client version has limited moderator capabilities
# The following flag disables moderator-only features
allowHTML5Moderator: false