Skip to content

Commit

Permalink
fix(config) drop no longer existing option
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Jan 12, 2024
1 parent 68de287 commit 8c29a52
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -1395,9 +1395,6 @@ var config = {
// Only the default ones from will be available.
// disableAddingBackgroundImages: false,

// Disables using screensharing as virtual background.
// disableScreensharingVirtualBackground: false,

// Sets the background transparency level. '0' is fully transparent, '1' is opaque.
// backgroundAlpha: 1,

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 @@ -312,7 +312,6 @@ export interface IConfig {
disableRemoveRaisedHandOnFocus?: boolean;
disableResponsiveTiles?: boolean;
disableRtx?: boolean;
disableScreensharingVirtualBackground?: boolean;
disableSelfView?: boolean;
disableSelfViewSettings?: boolean;
disableShortcuts?: boolean;
Expand Down
1 change: 0 additions & 1 deletion react/features/base/config/configWhitelist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ export default [
'disableRtx',
'disableSelfView',
'disableSelfViewSettings',
'disableScreensharingVirtualBackground',
'disableShortcuts',
'disableShowMoreStats',
'disableRemoveRaisedHandOnFocus',
Expand Down

0 comments on commit 8c29a52

Please sign in to comment.