Type Alias: PermissionStatus
ts
type PermissionStatus = "granted" | "denied" | "undetermined" | "restricted" | "unknown";Defined in: Calls.types.ts:164
Permission status for microphone and camera, reported on AudioSession and CaptureSession.