瀏覽代碼

config: fix opusMaxAverageBitrate option name

Must match the lib-jitsi-meet counterpart.

Fixes: https://github.com/jitsi/jitsi-meet/issues/7384
master
Saúl Ibarra Corretgé 5 年之前
父節點
當前提交
fdbd681c8f
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1
    1
      config.js
  2. 1
    1
      react/features/base/config/configWhitelist.js

+ 1
- 1
config.js 查看文件

116
     // Sets the preferred target bitrate for the Opus audio codec by setting its
116
     // Sets the preferred target bitrate for the Opus audio codec by setting its
117
     // 'maxaveragebitrate' parameter. Currently not available in p2p mode.
117
     // 'maxaveragebitrate' parameter. Currently not available in p2p mode.
118
     // Valid values are in the range 6000 to 510000
118
     // Valid values are in the range 6000 to 510000
119
-    // opusMaxAvgBitrate: 20000,
119
+    // opusMaxAverageBitrate: 20000,
120
 
120
 
121
     // Video
121
     // Video
122
 
122
 

+ 1
- 1
react/features/base/config/configWhitelist.js 查看文件

125
     'minParticipants',
125
     'minParticipants',
126
     'nick',
126
     'nick',
127
     'openBridgeChannel',
127
     'openBridgeChannel',
128
-    'opusMaxAvgBitrate',
128
+    'opusMaxAverageBitrate',
129
     'p2p',
129
     'p2p',
130
     'pcStatsInterval',
130
     'pcStatsInterval',
131
     'preferH264',
131
     'preferH264',

Loading…
取消
儲存