Share via


CXProviderDelegate_Extensions.DidActivateAudioSession Method

Definition

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

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void DidActivateAudioSession(this CallKit.ICXProviderDelegate This, CallKit.CXProvider provider, AVFoundation.AVAudioSession audioSession);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DidActivateAudioSession : CallKit.ICXProviderDelegate * CallKit.CXProvider * AVFoundation.AVAudioSession -> unit

Parameters

provider
CXProvider

The provider to which the provider delegate belongs.

audioSession
AVAudioSession
Attributes

Applies to