CXProviderDelegate.DidActivateAudioSession(CXProvider, AVAudioSession) 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.
[Foundation.Export("provider:didActivateAudioSession:")]
public virtual void DidActivateAudioSession (CallKit.CXProvider provider, AVFoundation.AVAudioSession audioSession);
abstract member DidActivateAudioSession : CallKit.CXProvider * AVFoundation.AVAudioSession -> unit
override this.DidActivateAudioSession : CallKit.CXProvider * AVFoundation.AVAudioSession -> unit
Parameters
- provider
- CXProvider
The provider to which the This
provider delegate belongs.
- audioSession
- AVAudioSession
- Attributes