---
title: "init(call:muted:)"
framework: callkit
role: symbol
role_heading: Initializer
path: "callkit/cxsetmutedcallaction/init(call:muted:)"
---

# init(call:muted:)

Initializes a new action for a call identified by a given UUID, as well as whether the call is muted.

## Declaration

```swift
convenience init(call callUUID: UUID, muted: Bool)
```

## Parameters

- `callUUID`: The unique identifier for the associated doc://com.apple.callkit/documentation/CallKit/CXCall object of the action.
- `muted`: Whether the call is muted.

## Return Value

Return Value A new action for the specified call UUID and whether the call is muted.

## See Also

### Creating New Actions

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