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

# init(call:)

Initializes a new action for a call identified by a given UUID.

## Declaration

```swift
init(call callUUID: UUID)
```

## Parameters

- `callUUID`: The unique identifier for the associated doc://com.apple.callkit/documentation/CallKit/CXCall object.

## Return Value

Return Value A new action for the specified call UUID.

## See Also

### Creating New Call Actions

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