Skip to content

Commit aeaeda1

Browse files
fix(web): enable hidden domain when transcriptions or recordings are enabled (jitsi#1891)
1 parent 076de58 commit aeaeda1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

web/rootfs/defaults/settings-config.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,12 @@ config.etherpad_base = '{{ $PUBLIC_URL }}/etherpad/p/';
149149
// Recording.
150150
//
151151

152-
{{ if $ENABLE_RECORDING -}}
152+
{{ if or $ENABLE_RECORDING $ENABLE_TRANSCRIPTIONS -}}
153153

154154
config.hiddenDomain = '{{ $XMPP_RECORDER_DOMAIN }}';
155+
{{ end -}}
156+
157+
{{ if $ENABLE_RECORDING -}}
155158

156159
config.recordingService = {
157160
// Whether to enable file recording or not using the "service" defined by the finalizer in Jibri

0 commit comments

Comments
 (0)