fix(config): Remove unused config values.

capScreenshareBitrate and setScreenSharingResolutionConstraints are no longer valid.
pull/12756/head jitsi-meet_8193
Jaya Allamsetty 2 years ago
parent 0ad52a06ce
commit 7e30053d51
  1. 5
      config.js
  2. 2
      react/features/base/config/configType.ts

@ -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.

@ -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?: {

Loading…
Cancel
Save