Skip to content

Commit

Permalink
fix(web): enable hidden domain when transcriptions or recordings are …
Browse files Browse the repository at this point in the history
…enabled (#1891)
  • Loading branch information
aaronkvanmeerten committed Aug 30, 2024
1 parent 46377d4 commit 1889c5d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion web/rootfs/defaults/settings-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1889c5d

Please sign in to comment.