IOS - AVAudioSession: isInputAvailable Notification not available

I saw that the delegate methods for AVAudioSession are deprecated. So I decided to implement notification handlers for AVAudioSession notifications. I was able to handle changes to the isInputAvailable property via delegates earlier. I don't seem to see any change notification for this property. How to implement this?

+3


source to share





All Articles