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:
Saúl Ibarra Corretgé 2020-07-23 10:54:22 +02:00 committed by Saúl Ibarra Corretgé
parent f6433668d5
commit fdbd681c8f
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -125,7 +125,7 @@ export default [
'minParticipants', 'minParticipants',
'nick', 'nick',
'openBridgeChannel', 'openBridgeChannel',
'opusMaxAvgBitrate', 'opusMaxAverageBitrate',
'p2p', 'p2p',
'pcStatsInterval', 'pcStatsInterval',
'preferH264', 'preferH264',