feat(jicofo) add config parameter for ENABLE_MODERATOR_CHECKS

This commit is contained in:
Dimosthenis Nikoudis
2024-09-26 22:43:55 +03:00
committed by GitHub
parent 2d39624b5f
commit b726312ee7
2 changed files with 5 additions and 0 deletions

View File

@@ -142,6 +142,10 @@ jicofo {
enable-auto-owner = {{ .Env.ENABLE_AUTO_OWNER | toBool }}
{{ end }}
{{ if .Env.ENABLE_MODERATOR_CHECKS }}
enable-moderator-checks = {{ .Env.ENABLE_MODERATOR_CHECKS | toBool }}
{{ end }}
{{ if .Env.JICOFO_CONF_INITIAL_PARTICIPANT_WAIT_TIMEOUT }}
initial-timeout = "{{ .Env.JICOFO_CONF_INITIAL_PARTICIPANT_WAIT_TIMEOUT }}"
{{ end }}