瀏覽代碼

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

Loading…
取消
儲存