Contents

AVAudioSession.RecordPermission.undetermined

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

Declaration

case undetermined

Discussion

A permission of AVAudioSession.RecordPermission.undetermined typically means that your app hasn’t requested, or is in the process of requesting, recording permission.

See Also

Record Permissions