Share via


CXProviderDelegate_Extensions.PerformSetMutedCallAction Method

Definition

Performs a set muted call action.

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

Parameters

provider
CXProvider

The provider to which the provider delegate belongs.

action
CXSetMutedCallAction

The set muted call action to perform.

Attributes

Remarks

This method can also be used to unmute a call.

Applies to