mirror of
https://github.com/jitsi/docker-jitsi-meet.git
synced 2025-08-06 14:17:17 +02:00
feat(web): disable closed captions when transcription is disabled (#2092)
This commit is contained in:
parent
7e76486afc
commit
ed30d0d49c
@ -358,6 +358,7 @@ config.enableTcc = false;
|
|||||||
// Transcriptions (subtitles and buttons can be configured in interface_config)
|
// Transcriptions (subtitles and buttons can be configured in interface_config)
|
||||||
config.transcription = {
|
config.transcription = {
|
||||||
enabled: {{ $ENABLE_TRANSCRIPTIONS }},
|
enabled: {{ $ENABLE_TRANSCRIPTIONS }},
|
||||||
|
disableClosedCaptions: {{ not $ENABLE_TRANSCRIPTIONS }},
|
||||||
translationLanguages: {{ $TRANSLATION_LANGUAGES }},
|
translationLanguages: {{ $TRANSLATION_LANGUAGES }},
|
||||||
translationLanguagesHead: {{ $TRANSLATION_LANGUAGES_HEAD }},
|
translationLanguagesHead: {{ $TRANSLATION_LANGUAGES_HEAD }},
|
||||||
useAppLanguage: {{ $USE_APP_LANGUAGE }},
|
useAppLanguage: {{ $USE_APP_LANGUAGE }},
|
||||||
|
Loading…
Reference in New Issue
Block a user