fix(web): enable hidden domain when transcriptions or recordings are enabled (#1891)

This commit is contained in:
Aaron van Meerten
2024-08-30 14:38:08 -04:00
committed by GitHub
parent 46377d4c94
commit 1889c5d561

View File

@@ -149,9 +149,12 @@ config.etherpad_base = '{{ $PUBLIC_URL }}/etherpad/p/';
// Recording.
//
{{ if $ENABLE_RECORDING -}}
{{ if or $ENABLE_RECORDING $ENABLE_TRANSCRIPTIONS -}}
config.hiddenDomain = '{{ $XMPP_RECORDER_DOMAIN }}';
{{ end -}}
{{ if $ENABLE_RECORDING -}}
config.recordingService = {
// Whether to enable file recording or not using the "service" defined by the finalizer in Jibri