CXProviderDelegate.PerformSetGroupCallAction 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.
Performs a set group call action.
[Foundation.Export("provider:performSetGroupCallAction:")]
public virtual void PerformSetGroupCallAction (CallKit.CXProvider provider, CallKit.CXSetGroupCallAction action);
abstract member PerformSetGroupCallAction : CallKit.CXProvider * CallKit.CXSetGroupCallAction -> unit
override this.PerformSetGroupCallAction : CallKit.CXProvider * CallKit.CXSetGroupCallAction -> unit
Parameters
- provider
- CXProvider
The provider to which the provider delegate belongs.
- action
- CXSetGroupCallAction
The set group call action to perform.
- Attributes
Remarks
This method can also be used to unset a group call.