<!--
{
  "availability" : [
    "iOS: 8.0.0 - 17.0.0",
    "iPadOS: 8.0.0 - 17.0.0",
    "macCatalyst: 13.1.0 - 17.0.0",
    "visionOS: 1.0.0 - 1.0.0",
    "watchOS: 4.0.0 - 10.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "AVFAudio",
  "identifier" : "/documentation/AVFAudio/AVAudioSession/RecordPermission-swift.enum/undetermined",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "AVFAudio"
    ],
    "preciseIdentifier" : "c:@E@AVAudioSessionRecordPermission@AVAudioSessionRecordPermissionUndetermined"
  },
  "title" : "AVAudioSession.RecordPermission.undetermined"
}
-->

# AVAudioSession.RecordPermission.undetermined

A value that indicates that the user hasn’t granted or denied recording permission.

```
case undetermined
```

## Discussion

A permission of [`AVAudioSession.RecordPermission.undetermined`](/documentation/AVFAudio/AVAudioSession/RecordPermission-swift.enum/undetermined) typically means that your app hasn’t requested, or is in the process of requesting, recording permission.

---

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)