export interface VideoDeviceInfo { deviceId: string; label: string; /** @ignore */ _checked: boolean; }