fix(config) Delete deprecated config.

Client (receiver constraints)  and bridge use the new b/w allocation strategy by default.
pull/12751/head stable/jitsi-meet_8194
Jaya Allamsetty 2 years ago
parent 7e30053d51
commit 0ad7b3db55
  1. 6
      config.js
  2. 1
      react/features/base/config/configType.ts

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

@ -511,7 +511,6 @@ export interface IConfig {
useAppLanguage?: boolean;
};
useHostPageLocalStorage?: boolean;
useNewBandwidthAllocationStrategy?: boolean;
useTurnUdp?: boolean;
videoQuality?: {
disabledCodec?: string;

Loading…
Cancel
Save