mirror of
https://github.com/bigbluebutton/docker.git
synced 2024-11-26 01:53:22 +01:00
html5: revert accidentally removed changes
This commit is contained in:
parent
2dd373be24
commit
2ba85329c7
@ -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/
|
||||||
|
Loading…
Reference in New Issue
Block a user