Add option to mirror local video feed

This commit is contained in:
Luke Barnard 2017-10-25 18:17:33 +01:00
parent 4cfbd66729
commit 3ae97348f8
3 changed files with 12 additions and 2 deletions

View file

@ -118,6 +118,10 @@ const SETTINGS_LABELS = [
id: 'TextualBody.disableBigEmoji',
label: _td('Disable big emoji in chat'),
},
{
id: 'VideoView.flipVideoHorizontally',
label: _td('Mirror local video feed'),
},
/*
{
id: 'useFixedWidthFont',