diff --git a/config.js b/config.js index fca395bfe..ff1ee7f18 100644 --- a/config.js +++ b/config.js @@ -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 diff --git a/react/features/base/config/configType.ts b/react/features/base/config/configType.ts index 118629f37..3b450bac8 100644 --- a/react/features/base/config/configType.ts +++ b/react/features/base/config/configType.ts @@ -511,7 +511,6 @@ export interface IConfig { useAppLanguage?: boolean; }; useHostPageLocalStorage?: boolean; - useNewBandwidthAllocationStrategy?: boolean; useTurnUdp?: boolean; videoQuality?: { disabledCodec?: string;