---
title: CXEndCallAction
framework: callkit
role: symbol
role_heading: Class
path: callkit/cxendcallaction
---

# CXEndCallAction

An encapsulation of the act of ending a call.

## Declaration

```swift
class CXEndCallAction
```

## Overview

Overview CXEndCallAction 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 ended at a time other than the current time, you can instead call the fulfill(withDateEnded:)

## Topics

### Completing Actions

- [fulfill(withDateEnded:)](callkit/cxendcallaction/fulfill(withdateended:).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)
- [CXPlayDTMFCallAction](callkit/cxplaydtmfcallaction.md)
- [CXSetGroupCallAction](callkit/cxsetgroupcallaction.md)
- [CXSetHeldCallAction](callkit/cxsetheldcallaction.md)
- [CXSetMutedCallAction](callkit/cxsetmutedcallaction.md)
- [CXSetTranslatingCallAction](callkit/cxsettranslatingcallaction.md)
