Share via


CXProviderDelegate.DidActivateAudioSession(CXProvider, AVAudioSession) Method

Definition

The system activated a telephony-priority audio session for the call.

[Foundation.Export("provider:didActivateAudioSession:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidActivateAudioSession(CallKit.CXProvider provider, AVFoundation.AVAudioSession audioSession);
[<Foundation.Export("provider:didActivateAudioSession:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidActivateAudioSession : CallKit.CXProvider * AVFoundation.AVAudioSession -> unit
override this.DidActivateAudioSession : CallKit.CXProvider * AVFoundation.AVAudioSession -> unit

Parameters

provider
CXProvider

The provider to which the provider delegate belongs.

audioSession
AVAudioSession

Implements

Attributes

Applies to