Share via


CXProviderDelegate.DidDeactivateAudioSession Method

Definition

The system deactivated an audio session that the app had been using for a call.

[Foundation.Export("provider:didDeactivateAudioSession:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidDeactivateAudioSession(CallKit.CXProvider provider, AVFoundation.AVAudioSession audioSession);
[<Foundation.Export("provider:didDeactivateAudioSession:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
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.

Implements

Attributes

Applies to