CXProviderDelegate_Extensions.PerformSetMutedCallAction Method

Definition

Performs a set muted call action.

public static void PerformSetMutedCallAction (this CallKit.ICXProviderDelegate This, CallKit.CXProvider provider, CallKit.CXSetMutedCallAction action);
static member PerformSetMutedCallAction : CallKit.ICXProviderDelegate * CallKit.CXProvider * CallKit.CXSetMutedCallAction -> unit

Parameters

This
ICXProviderDelegate

The instance on which this extension method operates.

provider
CXProvider

The provider to which the provider delegate belongs.

action
CXSetMutedCallAction

The set muted call action to perform.

Remarks

This method can also be used to unmute a call.

Applies to