feat(prosody): enable recorder domain for s2s to visitor nodes to allow transcription support (#1905)
This commit is contained in:
committed by
GitHub
parent
c9b66792ef
commit
1f2b14df1d
@@ -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 -}}
|
||||
|
||||
Reference in New Issue
Block a user