浏览代码

feat: Add 'useNewBandwidthAllocationStrategy' to config.js.

j8
Jaya Allamsetty 4 年前
父节点
当前提交
c11a94f7d7
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6
    0
      config.js

+ 6
- 0
config.js 查看文件

@@ -240,6 +240,12 @@ var config = {
240 240
     //     90: 2
241 241
     // },
242 242
 
243
+    // Provides a way to translate the legacy bridge signaling messages, 'LastNChangedEvent',
244
+    // 'SelectedEndpointsChangedEvent' and 'ReceiverVideoConstraint' into the new 'ReceiverVideoConstraints' message
245
+    // that invokes the new bandwidth allocation algorithm in the bridge which is described here
246
+    // - https://github.com/jitsi/jitsi-videobridge/blob/master/doc/allocation.md.
247
+    // useNewBandwidthAllocationStrategy: false,
248
+
243 249
     // Specify the settings for video quality optimizations on the client.
244 250
     // videoQuality: {
245 251
     //    // Provides a way to prevent a video codec from being negotiated on the JVB connection. The codec specified

正在加载...
取消
保存