浏览代码

fix(config) Delete deprecated config.

Client (receiver constraints)  and bridge use the new b/w allocation strategy by default.
factor2
Jaya Allamsetty 3 年前
父节点
当前提交
0ad7b3db55
共有 2 个文件被更改,包括 0 次插入7 次删除
  1. 0
    6
      config.js
  2. 0
    1
      react/features/base/config/configType.ts

+ 0
- 6
config.js 查看文件

@@ -418,12 +418,6 @@ var config = {
418 418
     //     90: 2,
419 419
     // },
420 420
 
421
-    // Provides a way to translate the legacy bridge signaling messages, 'LastNChangedEvent',
422
-    // 'SelectedEndpointsChangedEvent' and 'ReceiverVideoConstraint' into the new 'ReceiverVideoConstraints' message
423
-    // that invokes the new bandwidth allocation algorithm in the bridge which is described here
424
-    // - https://github.com/jitsi/jitsi-videobridge/blob/master/doc/allocation.md.
425
-    // useNewBandwidthAllocationStrategy: false,
426
-
427 421
     // Specify the settings for video quality optimizations on the client.
428 422
     // videoQuality: {
429 423
     //    // Provides a way to prevent a video codec from being negotiated on the JVB connection. The codec specified

+ 0
- 1
react/features/base/config/configType.ts 查看文件

@@ -511,7 +511,6 @@ export interface IConfig {
511 511
         useAppLanguage?: boolean;
512 512
     };
513 513
     useHostPageLocalStorage?: boolean;
514
-    useNewBandwidthAllocationStrategy?: boolean;
515 514
     useTurnUdp?: boolean;
516 515
     videoQuality?: {
517 516
         disabledCodec?: string;

正在加载...
取消
保存