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
|
// Sets the preferred target bitrate for the Opus audio codec by setting its
|
||||||
// 'maxaveragebitrate' parameter. Currently not available in p2p mode.
|
// 'maxaveragebitrate' parameter. Currently not available in p2p mode.
|
||||||
// Valid values are in the range 6000 to 510000
|
// Valid values are in the range 6000 to 510000
|
||||||
// opusMaxAvgBitrate: 20000,
|
// opusMaxAverageBitrate: 20000,
|
||||||
|
|
||||||
// Video
|
// Video
|
||||||
|
|
||||||
|
|
|
@ -125,7 +125,7 @@ export default [
|
||||||
'minParticipants',
|
'minParticipants',
|
||||||
'nick',
|
'nick',
|
||||||
'openBridgeChannel',
|
'openBridgeChannel',
|
||||||
'opusMaxAvgBitrate',
|
'opusMaxAverageBitrate',
|
||||||
'p2p',
|
'p2p',
|
||||||
'pcStatsInterval',
|
'pcStatsInterval',
|
||||||
'preferH264',
|
'preferH264',
|
||||||
|
|
Loading…
Reference in New Issue