CXProviderDelegate_Extensions.DidActivateAudioSession 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 activated a telephony-priority audio session for the call.
public static void DidActivateAudioSession (this CallKit.ICXProviderDelegate This, CallKit.CXProvider provider, AVFoundation.AVAudioSession audioSession);
static member DidActivateAudioSession : CallKit.ICXProviderDelegate * CallKit.CXProvider * AVFoundation.AVAudioSession -> unit
Parameters
- This
- ICXProviderDelegate
The instance on which this extension method operates.
- provider
- CXProvider
The provider to which the This
provider delegate belongs.
- audioSession
- AVAudioSession