fix(config) drop no longer existing option

pull/14228/head jitsi-meet_9188
Saúl Ibarra Corretgé 1 year ago committed by Saúl Ibarra Corretgé
parent 68de287171
commit e6096f5a6c
  1. 3
      config.js
  2. 1
      react/features/base/config/configType.ts
  3. 1
      react/features/base/config/configWhitelist.ts

@ -1395,9 +1395,6 @@ var config = {
// Only the default ones from will be available. // Only the default ones from will be available.
// disableAddingBackgroundImages: false, // disableAddingBackgroundImages: false,
// Disables using screensharing as virtual background.
// disableScreensharingVirtualBackground: false,
// Sets the background transparency level. '0' is fully transparent, '1' is opaque. // Sets the background transparency level. '0' is fully transparent, '1' is opaque.
// backgroundAlpha: 1, // backgroundAlpha: 1,

@ -312,7 +312,6 @@ export interface IConfig {
disableRemoveRaisedHandOnFocus?: boolean; disableRemoveRaisedHandOnFocus?: boolean;
disableResponsiveTiles?: boolean; disableResponsiveTiles?: boolean;
disableRtx?: boolean; disableRtx?: boolean;
disableScreensharingVirtualBackground?: boolean;
disableSelfView?: boolean; disableSelfView?: boolean;
disableSelfViewSettings?: boolean; disableSelfViewSettings?: boolean;
disableShortcuts?: boolean; disableShortcuts?: boolean;

@ -116,7 +116,6 @@ export default [
'disableRtx', 'disableRtx',
'disableSelfView', 'disableSelfView',
'disableSelfViewSettings', 'disableSelfViewSettings',
'disableScreensharingVirtualBackground',
'disableShortcuts', 'disableShortcuts',
'disableShowMoreStats', 'disableShowMoreStats',
'disableRemoveRaisedHandOnFocus', 'disableRemoveRaisedHandOnFocus',

Loading…
Cancel
Save