---
title: CXStartCallAction
framework: callkit
role: symbol
role_heading: Class
path: callkit/cxstartcallaction
---

# CXStartCallAction

An encapsulation of the act of initiating an outgoing call.

## Declaration

```swift
class CXStartCallAction
```

## Mentioned in

Making and receiving VoIP calls

## Overview

Overview CXStartCallAction is a concrete subclass of CXCallAction. When the user initiates an outgoing 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. To indicate that the call started at a time other than the current time, you can instead call the fulfill(withDateStarted:).

## Topics

### Creating New Actions

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

### Accessing Action Attributes

- [isVideo](callkit/cxstartcallaction/isvideo.md)
- [contactIdentifier](callkit/cxstartcallaction/contactidentifier.md)
- [handle](callkit/cxstartcallaction/handle.md)

### Completing Actions

- [fulfill(withDateStarted:)](callkit/cxstartcallaction/fulfill(withdatestarted:).md)

### Initializers

- [init(callUUID:handle:)](callkit/cxstartcallaction/init(calluuid:handle:).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

### Outgoing calls

- [Sending End-to-End Encrypted VoIP Calls](callkit/sending-end-to-end-encrypted-voip-calls.md)
- [CXCallController](callkit/cxcallcontroller.md)
- [CXTransaction](callkit/cxtransaction.md)
