feat: Add an option to set jibri-sip brewery jid. (#1689)

This commit is contained in:
bgrozev
2024-01-02 15:13:12 -06:00
committed by GitHub
parent ab30f56e27
commit 52eef2eb23
2 changed files with 7 additions and 0 deletions

View File

@@ -190,6 +190,12 @@ jicofo {
}
{{ end }}
{{ if .Env.JIBRI_SIP_BREWERY_MUC }}
jibri-sip {
brewery-jid = "{{ .Env.JIBRI_SIP_BREWERY_MUC }}"
}
{{ end }}
{{ if and .Env.JIGASI_SIP_URI $JIGASI_BREWERY_MUC }}
jigasi {
brewery-jid = "{{ $JIGASI_BREWERY_MUC }}@{{ $XMPP_INTERNAL_MUC_DOMAIN }}"