Add feature flag for ADM2 on Windows

This commit is contained in:
Evan Hahn 2021-11-04 16:50:34 -05:00 committed by GitHub
parent 8256170066
commit 3bd3207e18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 23 additions and 7 deletions

View file

@ -8,6 +8,7 @@ import * as log from './logging/log';
export type ConfigKeyType =
| 'desktop.announcementGroup'
| 'desktop.calling.useWindowsAdm2'
| 'desktop.clientExpiration'
| 'desktop.disableGV1'
| 'desktop.groupCallOutboundRing'