---
title: hasConnected
framework: callkit
role: symbol
role_heading: Instance Property
path: callkit/cxcall/hasconnected
---

# hasConnected

A Boolean value that indicates whether the call has connected.

## Declaration

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

## Discussion

Discussion A call is considered connected when both caller and callee can start communicating.

## See Also

### Accessing Call Attributes

- [uuid](callkit/cxcall/uuid.md)
- [isOutgoing](callkit/cxcall/isoutgoing.md)
- [hasEnded](callkit/cxcall/hasended.md)
- [isOnHold](callkit/cxcall/isonhold.md)
