---
title: hasEnded
framework: callkit
role: symbol
role_heading: Instance Property
path: callkit/cxcall/hasended
---

# hasEnded

A Boolean value that indicates whether the call has ended.

## Declaration

```swift
var hasEnded: Bool { get }
```

## Discussion

Discussion A call is considered ended when the user disconnects or all other callers disconnect.

## See Also

### Accessing Call Attributes

- [uuid](callkit/cxcall/uuid.md)
- [isOutgoing](callkit/cxcall/isoutgoing.md)
- [hasConnected](callkit/cxcall/hasconnected.md)
- [isOnHold](callkit/cxcall/isonhold.md)
