jicofo: support opus red audio codec (#1503)
This commit is contained in:
committed by
GitHub
parent
ef7ef9cfd3
commit
6034e09f36
@@ -101,6 +101,15 @@ jicofo {
|
||||
}
|
||||
{{ end }}
|
||||
}
|
||||
audio {
|
||||
{{ if .Env.ENABLE_CODEC_OPUS_RED }}
|
||||
opus {
|
||||
red {
|
||||
enabled = "{{ .Env.ENABLE_CODEC_OPUS_RED | toBool }}"
|
||||
}
|
||||
{{ end }}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
conference {
|
||||
|
||||
Reference in New Issue
Block a user