Skip to content

Commit

Permalink
fix(config) Delete deprecated config.
Browse files Browse the repository at this point in the history
Client (receiver constraints)  and bridge use the new b/w allocation strategy by default.
  • Loading branch information
jallamsetty1 committed Jan 9, 2023
1 parent 7e30053 commit 0ad7b3d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion react/features/base/config/configType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,6 @@ export interface IConfig {
useAppLanguage?: boolean;
};
useHostPageLocalStorage?: boolean;
useNewBandwidthAllocationStrategy?: boolean;
useTurnUdp?: boolean;
videoQuality?: {
disabledCodec?: string;
Expand Down

0 comments on commit 0ad7b3d

Please sign in to comment.