File tree 1 file changed +8
-1
lines changed
prosody/rootfs/defaults/conf.d 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 4
4
{{ $PROSODY_AUTH_TYPE := .Env .PROSODY_AUTH_TYPE | default $AUTH_TYPE - }}
5
5
{{ $ENABLE_GUEST_DOMAIN := and $ENABLE_AUTH (.Env .ENABLE_GUESTS | default " 0" | toBool ) - }}
6
6
{{ $ENABLE_RECORDING := .Env .ENABLE_RECORDING | default " 0" | toBool - }}
7
+ {{ $ENABLE_TRANSCRIPTIONS := .Env .ENABLE_TRANSCRIPTIONS | default " 0" | toBool - }}
7
8
{{ $JIBRI_XMPP_USER := .Env .JIBRI_XMPP_USER | default " jibri" - }}
8
9
{{ $JIGASI_XMPP_USER := .Env .JIGASI_XMPP_USER | default " jigasi" - }}
9
10
{{ $JVB_AUTH_USER := .Env .JVB_AUTH_USER | default " jvb" - }}
@@ -385,7 +386,13 @@ Component "{{ $XMPP_MUC_DOMAIN }}" "muc"
385
386
muc_max_occupants = " {{ .Env.MAX_PARTICIPANTS }}"
386
387
{{ end }}
387
388
muc_password_whitelist = {
388
- " focus@{{ .Env.XMPP_AUTH_DOMAIN }}"
389
+ " focus@{{ .Env.XMPP_AUTH_DOMAIN }}" ;
390
+ {{- if $ENABLE_RECORDING }}
391
+ " {{ $JIBRI_RECORDER_USER }}@{{ $XMPP_RECORDER_DOMAIN }}" ;
392
+ {{- end }}
393
+ {{- if $ENABLE_TRANSCRIPTIONS }}
394
+ " {{ $JIGASI_TRANSCRIBER_USER }}@{{ $XMPP_RECORDER_DOMAIN }}" ;
395
+ {{- end }}
389
396
}
390
397
391
398
Component " focus.{{ $XMPP_DOMAIN }}" " client_proxy"
You can’t perform that action at this time.
0 commit comments