CXProviderDelegate.PerformSetMutedCallAction Method

Definition

Performs a set muted call action.

[Foundation.Export("provider:performSetMutedCallAction:")]
public virtual void PerformSetMutedCallAction (CallKit.CXProvider provider, CallKit.CXSetMutedCallAction action);
abstract member PerformSetMutedCallAction : CallKit.CXProvider * CallKit.CXSetMutedCallAction -> unit
override this.PerformSetMutedCallAction : 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