Calling: New option to expand your local preview

This commit is contained in:
Scott Nonnenberg 2025-03-11 08:30:55 +10:00 committed by GitHub
commit 0eb697fa82
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 400 additions and 97 deletions

View file

@ -317,12 +317,17 @@ function getCallingShortcuts(i18n: LocalizerType): Array<ShortcutType> {
keys: [['shift', 'V']],
},
{
id: 'icu:Keyboard--accept-video-call',
id: 'Keyboard--toggle-preview',
description: i18n('icu:Keyboard--toggle-preview'),
keys: [['shift', 'P']],
},
{
id: 'Keyboard--accept-video-call',
description: i18n('icu:Keyboard--accept-video-call'),
keys: [['ctrlOrAlt', 'shift', 'V']],
},
{
id: 'icu:Keyboard--accept-call-without-video',
id: 'Keyboard--accept-call-without-video',
description: i18n('icu:Keyboard--accept-call-without-video'),
keys: [['ctrlOrAlt', 'shift', 'A']],
},