react-native-vision-cameraType aliases
InterruptionReason
type InterruptionReason =
| "video-device-not-available-in-background"
| "audio-device-in-use-by-another-client"
| "video-device-in-use-by-another-client"
| "video-device-not-available-with-multiple-foreground-apps"
| "video-device-not-available-due-to-system-pressure"
| "sensitive-content-mitigation-activated"
| "unknown"