Contents

microphoneUnauthorized

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

Declaration

static var microphoneUnauthorized: ARError.Code { get }

Discussion

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

See Also

Identifying an error cause