feat: Add an option to enable VLA. (#1979)

This commit is contained in:
bgrozev
2024-12-12 18:09:25 -06:00
committed by GitHub
parent 95275454cf
commit eea18b101b
3 changed files with 7 additions and 0 deletions

View File

@@ -135,6 +135,11 @@ jicofo {
}
{{ end }}
}
rtp-extensions {
video-layers-allocation {
enabled = {{ .Env.ENABLE_VLA | default "0" | toBool }}
}
}
}
conference {