<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ARKit",
  "identifier" : "/documentation/ARKit/ARError/Code/microphoneUnauthorized",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "ARKit"
    ],
    "preciseIdentifier" : "c:@E@ARErrorCode@ARErrorCodeMicrophoneUnauthorized"
  },
  "title" : "ARError.Code.microphoneUnauthorized"
}
-->

# ARError.Code.microphoneUnauthorized

An error that indicates the app lacks user permission for the microphone.

```
case microphoneUnauthorized
```

## Discussion

When this error occurs, the app needs to prompt the user to give permission to use the microphone in Settings.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)