feat: Add an env var for jicofo ice failure detection. (#2028)

This commit is contained in:
bgrozev
2025-02-21 11:04:51 -06:00
committed by GitHub
parent 90a6caad5f
commit 65d1d832b1
2 changed files with 7 additions and 0 deletions

View File

@@ -383,6 +383,7 @@ services:
- JICOFO_CONF_STRIP_SIMULCAST
- JICOFO_CONF_SSRC_REWRITING
- JICOFO_ENABLE_HEALTH_CHECKS
- JICOFO_ENABLE_ICE_FAILURE_DETECTION
- JICOFO_ENABLE_REST
- JICOFO_HEALTH_CHECKS_USE_PRESENCE
- JICOFO_MAX_MEMORY

View File

@@ -93,6 +93,12 @@ jicofo {
}
{{ end }}
{{ if .Env.JICOFO_ENABLE_ICE_FAILURE_DETECTION }}
ice-failure-detection {
enabled = {{ .Env.JICOFO_ENABLE_ICE_FAILURE_DETECTION | toBool }}
}
{{ end }}
{{ if $ENABLE_JVB_XMPP_SERVER }}
brewery-jid = "{{ $JVB_BREWERY_MUC }}@{{ $JVB_XMPP_INTERNAL_MUC_DOMAIN }}"
{{ else }}