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

pull/1892/head
Aaron van Meerten 2 months ago committed by GitHub
parent 46377d4c94
commit 1889c5d561
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 5
      web/rootfs/defaults/settings-config.js

@ -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

Loading…
Cancel
Save