Share via


CXProviderDelegate_Extensions.PerformSetGroupCallAction Method

Definition

Performs a set group call action.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void PerformSetGroupCallAction(this CallKit.ICXProviderDelegate This, CallKit.CXProvider provider, CallKit.CXSetGroupCallAction action);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member PerformSetGroupCallAction : CallKit.ICXProviderDelegate * 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.

Applies to