docker/mod/html5/settings.yml

673 lines
20 KiB
YAML
Raw Normal View History

2020-04-09 02:11:32 +02:00
public:
app:
mobileFontSize: 16px
desktopFontSize: 14px
audioChatNotification: false
autoJoin: true
2020-07-13 16:34:09 +02:00
listenOnlyMode: {{ .Env.LISTEN_ONLY_MODE }}
2020-04-09 02:11:32 +02:00
forceListenOnly: false
skipCheck: {{ .Env.DISABLE_ECHO_TEST }}
skipCheckOnJoin: false
2021-04-02 18:23:05 +02:00
#
# Allow users to change microphone/speaker dinamically
# The device is changed immediately, without the need to rejoin
# audio. Default value is true
# Firefox users: if no output devices is shown, you may set the flag
# "media.setsinkid.enabled" to make it work properly
# enableDynamicAudioDeviceSelection: true
#
2020-04-10 13:29:06 +02:00
clientTitle: {{ .Env.CLIENT_TITLE }}
2020-04-09 02:11:32 +02:00
appName: BigBlueButton HTML5 Client
2020-12-23 23:58:24 +01:00
bbbServerVersion: 2.3-dev-docker
copyright: '©2021 BigBlueButton Inc.'
2021-04-28 16:07:22 +02:00
html5ClientBuild: "1643-docker"
2020-04-09 02:11:32 +02:00
helpLink: https://bigbluebutton.org/html5/
lockOnJoin: true
2020-12-23 23:58:24 +01:00
cdn: ''
basename: '/html5client'
2020-04-09 02:11:32 +02:00
askForFeedbackOnLogout: false
2020-10-20 20:43:12 +02:00
# the default logoutUrl matches window.location.origin i.e. bigbluebutton.org for demo.bigbluebutton.org
# in some cases we want only custom logoutUrl to be used when provided on meeting create. Default value: true
allowDefaultLogoutUrl: true
2020-04-09 02:11:32 +02:00
allowUserLookup: false
enableGuestLobbyMessage: true
2020-04-09 02:11:32 +02:00
enableNetworkInformation: false
enableLimitOfViewersInWebcam: false
2020-09-06 18:36:02 +02:00
enableMultipleCameras: true
2020-04-09 02:11:32 +02:00
enableTalkingIndicator: true
2020-06-23 00:08:41 +02:00
mirrorOwnWebcam: false
2020-04-09 02:11:32 +02:00
viewersInWebcam: 8
2020-12-23 23:58:24 +01:00
ipv4FallbackDomain: ''
2020-04-09 02:11:32 +02:00
allowLogout: true
allowFullscreen: true
2020-09-06 18:36:02 +02:00
preloadNextSlides: 2
mutedAlert:
enabled: true
2020-09-06 18:36:02 +02:00
interval: 200
threshold: -50
duration: 4000
2020-06-23 00:08:41 +02:00
remainingTimeThreshold: 30
remainingTimeAlertThreshold: 1
2020-12-23 23:58:24 +01:00
enableDebugWindow: true
2020-09-16 00:24:38 +02:00
# Warning: increasing the limit of breakout rooms per meeting
# can generate excessive overhead to the server. We recommend
2021-04-02 18:23:05 +02:00
# this value to be kept under 16.
breakouts:
breakoutRoomLimit: {{ .Env.BREAKOUTROOM_LIMIT }}
sendInvitationToIncludedModerators: false
2020-12-22 00:41:01 +01:00
# https://github.com/bigbluebutton/bigbluebutton/pull/10826
customHeartbeat: false
2021-04-10 11:34:11 +02:00
showAllAvailableLocales: true
2020-04-09 02:11:32 +02:00
defaultSettings:
application:
animations: true
chatAudioAlerts: false
chatPushAlerts: false
userJoinAudioAlerts: false
userJoinPushAlerts: false
2020-09-06 18:36:02 +02:00
raiseHandAudioAlerts: true
raiseHandPushAlerts: true
guestWaitingAudioAlerts: true
guestWaitingPushAlerts: true
paginationEnabled: true
# fallbackLocale: if the locale the client is loaded in does not have a
# translation a string, it will use the translation from the locale
# specified in fallbackLocale. Note that fallbackLocale should be a
# 100% translated locale for best user experience
2020-04-09 02:11:32 +02:00
fallbackLocale: en
# overrideLocale (default is null): if set (for example to 'de') will
# force all clients to display the German translations of the strings.
# Users can individually set their preferred locale through Settings,
# but on first page load overrideLocale will trump the browser's
# preferred locale
2020-04-09 02:11:32 +02:00
overrideLocale: null
#Audio constraints for microphone. Use this to control browser's
#filters, such as AGC (Auto Gain Control) , Echo Cancellation,
#Noise Supression, etc.
#For more deails, see:
# https://developer.mozilla.org/en-US/docs/Web/API/MediaTrackConstraints
#Currently, google chrome sets {ideal: true} for autoGainControl,
#echoCancellation and noiseSuppression, if not set.
#The accepted value for each constraint is an object of type
#https://developer.mozilla.org/en-US/docs/Web/API/ConstrainBoolean
#These values are used as initial constraints for every new participant,
#and can be changed by user in: Settings > Application > Microphone
#Audio Filters.
# microphoneConstraints:
# autoGainControl:
# ideal: true
# echoCancellation:
# ideal: true
# noiseSuppression:
# ideal: true
2020-04-09 02:11:32 +02:00
audio:
inputDeviceId: undefined
outputDeviceId: undefined
dataSaving:
viewParticipantsWebcams: true
viewScreenshare: true
shortcuts:
openOptions:
accesskey: O
descId: openOptions
toggleUserList:
accesskey: U
descId: toggleUserList
toggleMute:
accesskey: M
descId: toggleMute
joinAudio:
accesskey: J
descId: joinAudio
leaveAudio:
accesskey: L
descId: leaveAudio
togglePublicChat:
accesskey: P
descId: togglePublicChat
hidePrivateChat:
accesskey: H
descId: hidePrivateChat
closePrivateChat:
accesskey: G
descId: closePrivateChat
raiseHand:
accesskey: R
descId: raiseHand
2020-04-09 02:11:32 +02:00
openActions:
accesskey: A
descId: openActions
2020-12-23 23:58:24 +01:00
openDebugWindow:
accesskey: K
descId: openDebugWindow
2020-04-09 02:11:32 +02:00
branding:
2020-09-06 18:36:02 +02:00
displayBrandingArea: true
2020-04-09 02:11:32 +02:00
connectionTimeout: 60000
showHelpButton: true
effectiveConnection:
2020-05-23 08:59:33 +02:00
- critical
- danger
- warning
2020-04-09 02:11:32 +02:00
externalVideoPlayer:
enabled: true
networkMonitoring:
enableNetworkMonitoring: false
packetLostThreshold: 10
kurento:
2020-04-10 13:29:06 +02:00
wsUrl: wss://{{ .Env.DOMAIN }}/bbb-webrtc-sfu
2020-09-06 18:36:02 +02:00
# Valid for video-provider. Time (ms) before its WS connection times out
# and tries to reconnect.
wsConnectionTimeout: 4000
# Time in milis to wait for the browser to return a gUM call (used in video-preview)
gUMTimeout: 20000
2020-09-06 18:36:02 +02:00
cameraTimeouts:
# Base camera timeout: used as the camera *sharing* timeout and
# as the minimum camera subscribe reconnection timeout
baseTimeout: 30000
2020-09-06 18:36:02 +02:00
# Max timeout: used as the max camera subscribe reconnection timeout. Each
# subscribe reattempt increases the reconnection timer up to this
maxTimeout: 60000
2020-05-23 08:59:33 +02:00
screenshare:
mediaTimeouts:
maxConnectionAttempts: 2
# Base screen media timeout (send|recv)
2021-04-02 18:23:05 +02:00
baseTimeout: 30000
# Max timeout: used as the max camera subscribe reconnection timeout. Each
# subscribe reattempt increases the reconnection timer up to this
2021-04-02 18:23:05 +02:00
maxTimeout: 60000
timeoutIncreaseFactor: 1.5
2020-05-23 08:59:33 +02:00
constraints:
video:
frameRate:
ideal: 5
max: 10
width:
max: 2560
height:
max: 1600
audio: true
2020-08-12 18:08:07 +02:00
# cameraProfiles is an array of:
# - id: profile identifier
# name: human-readable profile name
# bitrate
# hidden: whether this profile will be hidden in the video preview dropdown
# constraints: a video media constraints dictionary (without the video key)
2020-04-09 02:11:32 +02:00
cameraProfiles:
2020-09-06 18:36:02 +02:00
# id: unique identifier of the profile
# name: name of the profile visible to users
# default: if this is the default profile which is pre-selected
# bitrate: the average bitrate for used for a webcam stream
# constraints:
# # Optional constraints put on the requested video a browser MAY honor
# # For a detailed list on possible values see:
# # https://developer.mozilla.org/en-US/docs/Web/API/MediaTrackConstraints
# # Examples:
# width: requested width of the camera stream
# frameRate: requested framerate
2020-08-12 18:08:07 +02:00
- id: low-u30
name: low-u30
bitrate: 30
hidden: true
constraints:
frameRate: 3
- id: low-u25
name: low-u25
bitrate: 40
hidden: true
constraints:
frameRate: 3
- id: low-u20
name: low-u20
bitrate: 50
hidden: true
constraints:
frameRate: 5
- id: low-u15
name: low-u15
bitrate: 70
hidden: true
constraints:
frameRate: 8
- id: low-u12
name: low-u12
bitrate: 90
hidden: true
constraints:
frameRate: 10
- id: low-u8
name: low-u8
bitrate: 100
hidden: true
constraints:
frameRate: 10
2020-05-23 08:59:33 +02:00
- id: low
2020-09-06 12:03:57 +02:00
name: Low
2020-05-23 08:59:33 +02:00
default: false
bitrate: 100
- id: medium
2020-09-06 12:03:57 +02:00
name: Medium
2020-05-23 08:59:33 +02:00
default: true
bitrate: 200
- id: high
2020-09-06 12:03:57 +02:00
name: High
2020-05-23 08:59:33 +02:00
default: false
bitrate: 500
2020-09-06 18:36:02 +02:00
constraints:
width: 1280
frameRate: 15
2020-05-23 08:59:33 +02:00
- id: hd
name: High definition
default: false
bitrate: 800
2020-09-06 18:36:02 +02:00
constraints:
width: 1280
frameRate: 30
2020-04-09 02:11:32 +02:00
enableScreensharing: true
enableVideo: true
enableVideoMenu: true
enableListenOnly: true
2020-07-13 16:34:09 +02:00
autoShareWebcam: {{ .Env.AUTO_SHARE_WEBCAM }}
skipVideoPreview: {{ .Env.DISABLE_VIDEO_PREVIEW }}
skipVideoPreviewOnFirstJoin: false
2021-04-28 16:07:22 +02:00
# cameraSortingModes.paginationSorting: sorting mode to be applied when pagination is active
# cameraSortingModes.defaultSorting: sorting mode when pagination is not active (full mesh)
# Current implemented modes are:
# 'LOCAL_ALPHABETICAL' | 'VOICE_ACTIVITY_LOCAL' | 'LOCAL_VOICE_ACTIVITY' | 'LOCAL_PRESENTER_ALPHABETICAL'
# The algorithm names are self-explanatory.
cameraSortingModes:
defaultSorting: LOCAL_ALPHABETICAL
paginationSorting: VOICE_ACTIVITY_LOCAL
# Entry `thresholds` is an array of:
# - threshold: minimum number of cameras being shared for profile to applied
# profile: a camera profile id from the cameraProfiles configuration array
# that will be applied to all cameras when threshold is hit
cameraQualityThresholds:
2020-12-22 00:53:40 +01:00
enabled: true
thresholds:
- threshold: 8
profile: low-u8
- threshold: 12
profile: low-u12
- threshold: 15
profile: low-u15
- threshold: 20
profile: low-u20
- threshold: 25
profile: low-u25
- threshold: 30
profile: low-u30
pagination:
# WARNING: the pagination.enabled setting has moved to
# public.app.defaultSettings.application.paginationEnabled
# paginationToggleEnabled: show a pagination toggle in settings for the
# user to enable/disable it
paginationToggleEnabled: true
# how long (in ms) the negotiation will be debounced after a page change.
pageChangeDebounceTime: 2500
# video page sizes for DESKTOP endpoints. It stands for the number of SUBSCRIBER streams.
# PUBLISHERS aren't accounted for .
# A page size of 0 (zero) means that the page size is unlimited (disabled).
desktopPageSizes:
moderator: 0
viewer: 5
# video page sizes for MOBILE endpoints
mobilePageSizes:
moderator: 2
viewer: 2
paginationThresholds:
enabled: false
thresholds:
- users: 30
desktopPageSizes:
moderator: 25
viewer: 25
- users: 40
desktopPageSizes:
moderator: 20
viewer: 20
- users: 50
desktopPageSizes:
moderator: 16
viewer: 16
- users: 60
desktopPageSizes:
moderator: 14
viewer: 12
- users: 70
desktopPageSizes:
moderator: 12
viewer: 10
- users: 80
desktopPageSizes:
moderator: 10
viewer: 8
- users: 90
desktopPageSizes:
moderator: 8
viewer: 6
- users: 100
desktopPageSizes:
moderator: 6
viewer: 4
syncUsersWithConnectionManager:
enabled: false
syncInterval: 60000
2020-04-09 02:11:32 +02:00
allowOutsideCommands:
2020-09-06 18:36:02 +02:00
toggleRecording: false
2020-04-09 02:11:32 +02:00
toggleSelfVoice: false
poll:
enabled: true
max_custom: 5
allowDragAndDropFile: false
2020-04-09 02:11:32 +02:00
captions:
enabled: true
enableDictation: false
2020-12-23 23:58:24 +01:00
backgroundColor: '#000000'
fontColor: '#FFFFFF'
2020-04-09 02:11:32 +02:00
fontFamily: Calibri
fontSize: 24px
takeOwnership: true
lines: 2
time: 5000
chat:
2020-07-13 16:34:09 +02:00
enabled: {{ .Env.CHAT_ENABLED }}
2021-04-02 18:23:05 +02:00
itemsPerPage: 100
timeBetweenFetchs: 1000
2020-12-22 00:41:01 +01:00
bufferChatInsertsMs: 0
2020-07-13 16:34:09 +02:00
startClosed: {{ .Env.CHAT_START_CLOSED }}
2020-04-09 02:11:32 +02:00
min_message_length: 1
max_message_length: 5000
grouping_messages_window: 10000
type_system: SYSTEM_MESSAGE
type_public: PUBLIC_ACCESS
type_private: PRIVATE_ACCESS
system_userid: SYSTEM_MESSAGE
system_username: SYSTEM_MESSAGE
public_id: public
public_group_id: MAIN-PUBLIC-GROUP-CHAT
public_userid: public_chat_userid
public_username: public_chat_username
storage_key: UNREAD_CHATS
system_messages_keys:
chat_clear: PUBLIC_CHAT_CLEAR
chat_poll_result: PUBLIC_CHAT_POLL_RESULT
2020-04-09 02:11:32 +02:00
typingIndicator:
enabled: true
note:
enabled: true
2020-04-10 13:29:06 +02:00
url: https://{{ .Env.DOMAIN }}/pad
2020-04-09 02:11:32 +02:00
layout:
autoSwapLayout: false
hidePresentation: false
showParticipantsOnLogin: true
2020-04-09 02:11:32 +02:00
media:
2020-12-23 23:58:24 +01:00
stunTurnServersFetchAddress: '/bigbluebutton/api/stuns'
2020-05-23 08:59:33 +02:00
cacheStunTurnServers: true
2020-12-23 23:58:24 +01:00
fallbackStunServer: ''
mediaTag: '#remote-media'
2020-04-09 02:11:32 +02:00
callTransferTimeout: 5000
callHangupTimeout: 2000
callHangupMaximumRetries: 10
echoTestNumber: 'echo'
2020-04-09 02:11:32 +02:00
relayOnlyOnReconnect: false
2020-10-20 20:43:12 +02:00
listenOnlyCallTimeout: 25000
2020-11-23 15:49:05 +01:00
#Timeout (ms) for gathering ICE candidates. When this timeout expires
#the SDP is sent to the server with the candidates the browser gathered
#so far. Increasing this value might help avoiding 1004 error when
#user activates microphone.
iceGatheringTimeout: 5000
sipjsHackViaWs: false
# Mute/umute toggle throttle time
toggleMuteThrottleTime: 300
2020-12-22 00:41:01 +01:00
#Websocket keepAlive interval (seconds). You may set this to prevent
#websocket disconnection in some environments. When set, BBB will send
#'\r\n\r\n' string through SIP.js's websocket. If not set, default value
#is 0.
websocketKeepAliveInterval: 30
#Debounce time (seconds) for sending SIP.js's websocket keep alive message.
#If not set, default value is 10.
websocketKeepAliveDebounce: 10
#Trace sip/audio messages in browser. If not set, default value is false.
traceSip: false
# SDP semantics: plan-b|unified-plan
sdpSemantics: 'unified-plan'
2020-07-11 12:37:00 +02:00
stats:
enabled: true
interval: 2000
length: 5
2021-04-02 18:23:05 +02:00
timeout: 30000
2020-07-11 12:37:00 +02:00
log: false
2021-04-02 18:23:05 +02:00
notification:
warning: false
error: true
2020-07-11 12:37:00 +02:00
jitter:
- 10
- 20
- 30
loss:
- 0.05
- 0.1
- 0.2
2021-04-02 18:23:05 +02:00
rtt:
- 500
- 1000
- 2000
2020-07-11 12:37:00 +02:00
level:
- warning
- danger
- critical
help: STATS_HELP_URL
2020-04-09 02:11:32 +02:00
presentation:
2020-07-11 12:37:00 +02:00
allowDownloadable: true
2020-04-09 02:11:32 +02:00
defaultPresentationFile: default.pdf
panZoomThrottle: 32
restoreOnUpdate: false
2020-12-23 23:58:24 +01:00
uploadEndpoint: '/bigbluebutton/presentation/upload'
2020-04-09 02:11:32 +02:00
uploadSizeMin: 0
uploadSizeMax: 50000000
uploadValidMimeTypes:
2020-12-23 23:58:24 +01:00
- extension: .pdf
mime: application/pdf
- extension: .doc
mime: application/msword
- extension: .docx
mime: application/vnd.openxmlformats-officedocument.wordprocessingml.document
- extension: .xls
mime: application/vnd.ms-excel
- extension: .xlsx
mime: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
- extension: .ppt
mime: application/vnd.ms-powerpoint
- extension: .pptx
mime: application/vnd.openxmlformats-officedocument.presentationml.presentation
- extension: .txt
mime: text/plain
- extension: .rtf
mime: application/rtf
- extension: .odt
mime: application/vnd.oasis.opendocument.text
- extension: .ods
mime: application/vnd.oasis.opendocument.spreadsheet
- extension: .odp
mime: application/vnd.oasis.opendocument.presentation
- extension: .odg
mime: application/vnd.oasis.opendocument.graphics
- extension: .odc
mime: application/vnd.oasis.opendocument.chart
- extension: .odi
mime: application/vnd.oasis.opendocument.image
- extension: .jpg
mime: image/jpeg
- extension: .jpeg
mime: image/jpeg
- extension: .png
mime: image/png
selectRandomUser:
enabled: true
2020-04-09 02:11:32 +02:00
user:
role_moderator: MODERATOR
role_viewer: VIEWER
label:
moderator: false
mobile: true
guest: true
2020-04-09 02:11:32 +02:00
whiteboard:
annotationsQueueProcessInterval: 60
cursorInterval: 150
2020-04-09 02:11:32 +02:00
annotations:
status:
start: DRAW_START
update: DRAW_UPDATE
end: DRAW_END
toolbar:
multiUserPenOnly: false
colors:
2020-12-23 23:58:24 +01:00
- label: black
value: '#000000'
- label: white
value: '#ffffff'
- label: red
value: '#ff0000'
- label: orange
value: '#ff8800'
- label: eletricLime
value: '#ccff00'
- label: Lime
value: '#00ff00'
- label: Cyan
value: '#00ffff'
- label: dodgerBlue
value: '#0088ff'
- label: blue
value: '#0000ff'
- label: violet
value: '#8800ff'
- label: magenta
value: '#ff00ff'
- label: silver
value: '#c0c0c0'
2020-04-09 02:11:32 +02:00
thickness:
2020-12-23 23:58:24 +01:00
- value: 14
- value: 12
- value: 10
- value: 8
- value: 6
- value: 4
- value: 2
- value: 1
2020-04-09 02:11:32 +02:00
font_sizes:
2020-12-23 23:58:24 +01:00
- value: 36
- value: 32
- value: 28
- value: 24
- value: 20
- value: 16
2020-04-09 02:11:32 +02:00
tools:
2020-12-23 23:58:24 +01:00
- icon: text_tool
value: text
- icon: line_tool
value: line
- icon: circle_tool
value: ellipse
- icon: triangle_tool
value: triangle
- icon: rectangle_tool
value: rectangle
- icon: pen_tool
value: pencil
- icon: hand
value: hand
2020-04-09 02:11:32 +02:00
presenterTools:
2020-12-23 23:58:24 +01:00
- text
- line
- ellipse
- triangle
- rectangle
- pencil
- hand
2020-04-09 02:11:32 +02:00
multiUserTools:
2020-12-23 23:58:24 +01:00
- text
- line
- ellipse
- triangle
- rectangle
- pencil
2020-04-09 02:11:32 +02:00
clientLog:
2020-09-06 18:36:02 +02:00
server:
enabled: false
level: info
console:
enabled: true
level: debug
external:
enabled: false
level: info
url: https://LOG_HOST/html5Log
method: POST
throttleInterval: 400
flushOnClose: true
2020-12-23 23:58:24 +01:00
logTag: ''
2020-04-09 02:11:32 +02:00
private:
app:
2020-04-09 22:33:27 +02:00
host: 0.0.0.0
localesUrl: /locale-list
2020-04-09 02:11:32 +02:00
pencilChunkLength: 100
loadSlidesFromHttpAlways: false
etherpad:
2020-04-10 13:29:06 +02:00
apikey: {{ .Env.ETHERPAD_API_KEY }}
2020-04-09 02:11:32 +02:00
version: 1.2.13
2020-04-09 22:33:27 +02:00
host: etherpad
2020-04-09 02:11:32 +02:00
port: 9001
redis:
2020-04-09 22:33:27 +02:00
host: redis
2020-04-09 02:11:32 +02:00
port: '6379'
timeout: 5000
password: null
debug: false
2020-12-22 00:41:01 +01:00
metrics:
queueMetrics: false
metricsDumpIntervalMs: 60000
metricsFolderPath: METRICS_FOLDER
removeMeetingOnEnd: true
2020-04-09 02:11:32 +02:00
channels:
toAkkaApps: to-akka-apps-redis-channel
toThirdParty: to-third-party-redis-channel
subscribeTo:
2020-12-23 23:58:24 +01:00
- to-html5-redis-channel
- from-akka-apps-[^f]*
2020-12-23 23:58:24 +01:00
- from-third-party-redis-channel
- from-etherpad-redis-channel
2020-04-09 02:11:32 +02:00
async:
2020-12-23 23:58:24 +01:00
- from-akka-apps-wb-redis-channel
2020-04-09 02:11:32 +02:00
ignored:
2020-12-23 23:58:24 +01:00
- CheckAlivePongSysMsg
- DoLatencyTracerMsg
2020-04-09 02:11:32 +02:00
serverLog:
level: info
streamerLog: false
minBrowserVersions:
2020-05-23 08:59:33 +02:00
- browser: chrome
2020-09-16 00:24:38 +02:00
version: 72
2020-05-23 08:59:33 +02:00
- browser: chromeMobileIOS
version: Infinity
- browser: firefox
version: 68
2020-05-23 08:59:33 +02:00
- browser: firefoxMobile
2020-09-16 00:24:38 +02:00
version: 68
2020-05-23 08:59:33 +02:00
- browser: edge
2020-09-16 00:24:38 +02:00
version: 79
2020-05-23 08:59:33 +02:00
- browser: ie
version: Infinity
- browser: safari
2020-09-16 00:24:38 +02:00
version: [12, 1]
2020-05-23 08:59:33 +02:00
- browser: mobileSafari
2020-09-16 00:24:38 +02:00
version: [12, 1]
2020-05-23 08:59:33 +02:00
- browser: opera
2020-09-16 00:24:38 +02:00
version: 50
2020-05-23 08:59:33 +02:00
- browser: electron
version: [0, 36]
2020-10-20 20:43:12 +02:00
- browser: SamsungInternet
version: 10
2020-09-16 00:24:38 +02:00
- browser: YandexBrowser
version: 19