CXProviderDelegate.DidDeactivateAudioSession Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The system deactivated an audio session that the app had been using for a call.
[Foundation.Export("provider:didDeactivateAudioSession:")]
public virtual void DidDeactivateAudioSession (CallKit.CXProvider provider, AVFoundation.AVAudioSession audioSession);
abstract member DidDeactivateAudioSession : CallKit.CXProvider * AVFoundation.AVAudioSession -> unit
override this.DidDeactivateAudioSession : CallKit.CXProvider * AVFoundation.AVAudioSession -> unit
Parameters
- provider
- CXProvider
The provider to which the provider delegate belongs.
- audioSession
- AVAudioSession
The audio session that was deactivated.
- Attributes