feat: Add an option to enable VLA. (#1979)
This commit is contained in:
@@ -135,6 +135,11 @@ jicofo {
|
||||
}
|
||||
{{ end }}
|
||||
}
|
||||
rtp-extensions {
|
||||
video-layers-allocation {
|
||||
enabled = {{ .Env.ENABLE_VLA | default "0" | toBool }}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
conference {
|
||||
|
||||
Reference in New Issue
Block a user