AVAuthorizationStatus.notDetermined
A status that indicates the user hasn’t yet granted or denied authorization.
Declaration
case notDeterminedMentioned in
Discussion
This is the default status prior to user to granting or denying recording priviledge to the app. Call requestAccess(for:completionHandler:) to prompt the user for permission.