diff --git a/src/settings/Settings.tsx b/src/settings/Settings.tsx index 36030713ecc..fc13b412ba1 100644 --- a/src/settings/Settings.tsx +++ b/src/settings/Settings.tsx @@ -894,7 +894,7 @@ export const SETTINGS: Settings = { "VideoView.flipVideoHorizontally": { supportedLevels: LEVELS_ACCOUNT_SETTINGS, displayName: _td("settings|voip|mirror_local_feed"), - default: false, + default: true, }, "theme": { supportedLevels: LEVELS_ACCOUNT_SETTINGS,