html5: revert accidentally removed changes

This commit is contained in:
chandi 2021-04-30 20:31:56 +02:00
parent 2dd373be24
commit 2ba85329c7

View File

@ -4,9 +4,9 @@ public:
desktopFontSize: 14px desktopFontSize: 14px
audioChatNotification: false audioChatNotification: false
autoJoin: true autoJoin: true
listenOnlyMode: true listenOnlyMode: {{ .Env.LISTEN_ONLY_MODE }}
forceListenOnly: false forceListenOnly: false
skipCheck: false skipCheck: {{ .Env.DISABLE_ECHO_TEST }}
skipCheckOnJoin: false skipCheckOnJoin: false
# #
# Allow users to change microphone/speaker dinamically # Allow users to change microphone/speaker dinamically
@ -16,9 +16,9 @@ public:
# "media.setsinkid.enabled" to make it work properly # "media.setsinkid.enabled" to make it work properly
# enableDynamicAudioDeviceSelection: true # enableDynamicAudioDeviceSelection: true
# #
clientTitle: BigBlueButton clientTitle: {{ .Env.CLIENT_TITLE }}
appName: BigBlueButton HTML5 Client appName: BigBlueButton HTML5 Client
bbbServerVersion: 2.3-dev bbbServerVersion: 2.3-dev-docker
copyright: '©2021 BigBlueButton Inc.' copyright: '©2021 BigBlueButton Inc.'
html5ClientBuild: "1669-docker" html5ClientBuild: "1669-docker"
helpLink: https://bigbluebutton.org/html5/ helpLink: https://bigbluebutton.org/html5/