---
title: AudioReaderError.microphoneAuthorizationRestricted
framework: createmlcomponents
role: symbol
role_heading: Case
path: createmlcomponents/audioreadererror/microphoneauthorizationrestricted
---

# AudioReaderError.microphoneAuthorizationRestricted

An error that indicates that the microphone authorization status is restricted. The user is not allowed to access audio capture devices.

## Declaration

```swift
case microphoneAuthorizationRestricted
```

## See Also

### Analyzing the error

- [AudioReaderError.microphoneAuthorizationDenied](createmlcomponents/audioreadererror/microphoneauthorizationdenied.md)
- [AudioReaderError.sourceDeviceNotAvailable](createmlcomponents/audioreadererror/sourcedevicenotavailable.md)
