feat(prosody): enable recorder domain for s2s to visitor nodes to allow transcription support (#1905)

This commit is contained in:
Aaron van Meerten
2024-09-27 09:14:22 -05:00
committed by GitHub
parent c9b66792ef
commit 1f2b14df1d
2 changed files with 10 additions and 0 deletions

View File

@@ -224,6 +224,11 @@ s2s_whitelist = {
{{ end -}}
{{ if $ENABLE_GUEST_DOMAIN -}}
'{{ $XMPP_GUEST_DOMAIN }}';
{{ end }}
{{ if or $ENABLE_RECORDING $ENABLE_TRANSCRIPTIONS -}}
'{{ $XMPP_RECORDER_DOMAIN }}';
{{ end -}}
}
{{ end -}}