feat(jibri,jicofo,jvb): custom hocon support via include for components that support it (#1960)

This commit is contained in:
Aaron van Meerten
2024-10-29 12:12:34 -05:00
committed by GitHub
parent 6443c6f7fb
commit 47d974d88c
3 changed files with 6 additions and 0 deletions

View File

@@ -89,3 +89,5 @@ jibri {
}
include "xmpp.conf"
include "custom-jibri.conf"

View File

@@ -298,3 +298,5 @@ jicofo {
}
}
include "custom-jicofo.conf"

View File

@@ -147,3 +147,5 @@ ice4j {
}
}
}
include "custom-jvb.conf"