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

# init(call:handle:)

Initializes a new action to start a call with the specified UUID to a recipient with the specified handle.

## Declaration

```swift
init(call callUUID: UUID, handle: CXHandle)
```

## Parameters

- `callUUID`: The unique identifier for the associated doc://com.apple.callkit/documentation/CallKit/CXCall object.
- `handle`: The handle for the receipient, such as a phone number or email address.

## Return Value

Return Value A new action for the specified call UUID and handle.

## See Also

### Creating New Actions

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