Some iPhone 7 plus (and only these device models) are throwing an error
I need to understand under what circumstances could this be nil? Assuming user gave permission for Microphone.
Code Block let audioDevice = AVCaptureDevice.default(for: AVMediaType.audio) if audioDevice == nil { showError("Nil Audio Device") }
I need to understand under what circumstances could this be nil? Assuming user gave permission for Microphone.