Skip to content

Commit

Permalink
fix(config): Remove unused config values.
Browse files Browse the repository at this point in the history
capScreenshareBitrate and setScreenSharingResolutionConstraints are no longer valid.
  • Loading branch information
jallamsetty1 committed Jan 4, 2023
1 parent 0ad52a0 commit 7e30053
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,6 @@ var config = {
// This is useful when the client runs on a host with limited resources.
// noAutoPlayVideo: false,

// Whether to use fake constraints (height: 99999, width: 99999) when calling getDisplayMedia on
// Chromium based browsers. This is intended as a workaround for
// https://bugs.chromium.org/p/chromium/issues/detail?id=1056311
// setScreenSharingResolutionConstraints: true,

// Enable callstats only for a percentage of users.
// This takes a value between 0 and 100 which determines the probability for
// the callstats to be enabled.
Expand Down
2 changes: 0 additions & 2 deletions react/features/base/config/configType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -482,12 +482,10 @@ export interface IConfig {
subject?: string;
testing?: {
callStatsThreshold?: number;
capScreenshareBitrate?: number;
disableE2EE?: boolean;
mobileXmppWsThreshold?: number;
noAutoPlayVideo?: boolean;
p2pTestMode?: boolean;
setScreenSharingResolutionConstraints?: boolean;
testMode?: boolean;
};
tileView?: {
Expand Down

0 comments on commit 7e30053

Please sign in to comment.