Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
| 12345678 |
- /**
- * Prefixes of devices that will be filtered from the device list.
- *
- * NOTE: Currently we filter only 'Microsoft Teams Audio Device' virtual device. It seems that it can't be set
- * as default device on the OS level and this use case is not handled in the code. If we add more device prefixes that
- * can be default devices we should make sure to handle the default device use case.
- */
- export const DEVICE_LABEL_PREFIXES_TO_IGNORE = [ 'Microsoft Teams Audio Device' ];
|