Change default CC algorithm. (#2154)
This commit is contained in:
@@ -130,7 +130,7 @@ videobridge {
|
||||
jmt {
|
||||
bwe {
|
||||
estimator {
|
||||
engine = "{{ .Env.BWE_ESTIMATOR_ENGINE | default "GoogleCc" }}"
|
||||
engine = "{{ .Env.BWE_ESTIMATOR_ENGINE | default "GoogleCc2" }}"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user