config: fix opusMaxAverageBitrate option name
Must match the lib-jitsi-meet counterpart. Fixes: https://github.com/jitsi/jitsi-meet/issues/7384
This commit is contained in:
parent
f6433668d5
commit
fdbd681c8f
|
@ -116,7 +116,7 @@ var config = {
|
|||
// Sets the preferred target bitrate for the Opus audio codec by setting its
|
||||
// 'maxaveragebitrate' parameter. Currently not available in p2p mode.
|
||||
// Valid values are in the range 6000 to 510000
|
||||
// opusMaxAvgBitrate: 20000,
|
||||
// opusMaxAverageBitrate: 20000,
|
||||
|
||||
// Video
|
||||
|
||||
|
|
|
@ -125,7 +125,7 @@ export default [
|
|||
'minParticipants',
|
||||
'nick',
|
||||
'openBridgeChannel',
|
||||
'opusMaxAvgBitrate',
|
||||
'opusMaxAverageBitrate',
|
||||
'p2p',
|
||||
'pcStatsInterval',
|
||||
'preferH264',
|
||||
|
|
Loading…
Reference in New Issue