---
title: CXSetMutedCallAction
framework: callkit
role: symbol
role_heading: Class
path: callkit/cxsetmutedcallaction
---

# CXSetMutedCallAction

An encapsulation of the act of muting or unmuting a call.

## Declaration

```swift
class CXSetMutedCallAction
```

## Overview

Overview CXSetMutedCallAction is a concrete subclass of CXCallAction. When the user or the system mutes a call, the provider sends provider(_:perform:) to its delegate. The provider’s delegate calls the fulfill() method to indicate that the action was successfully performed. When a caller mutes a call, that caller is unable to communicate with other callers until they unmute the call. A muted caller still receives communication from other unmuted callers.

## Topics

### Creating New Actions

- [init(call:muted:)](callkit/cxsetmutedcallaction/init(call:muted:).md)
- [init(coder:)](callkit/cxsetmutedcallaction/init(coder:).md)

### Accessing Action Attributes

- [isMuted](callkit/cxsetmutedcallaction/ismuted.md)

### Initializers

- [init(callUUID:muted:)](callkit/cxsetmutedcallaction/init(calluuid:muted:).md)

## Relationships

### Inherits From

- [CXCallAction](callkit/cxcallaction.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)

## See Also

### Call-related actions

- [CXAction](callkit/cxaction.md)
- [CXCallAction](callkit/cxcallaction.md)
- [CXEndCallAction](callkit/cxendcallaction.md)
- [CXPlayDTMFCallAction](callkit/cxplaydtmfcallaction.md)
- [CXSetGroupCallAction](callkit/cxsetgroupcallaction.md)
- [CXSetHeldCallAction](callkit/cxsetheldcallaction.md)
- [CXSetTranslatingCallAction](callkit/cxsettranslatingcallaction.md)
