---
title: isOnHold
framework: callkit
role: symbol
role_heading: Instance Property
path: callkit/cxcall/isonhold
---

# isOnHold

A Boolean value that indicates whether the call is on hold.

## Declaration

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

## Discussion

Discussion When a caller places the call on hold, callers are unable to communicate with one another until the holding caller removes the call from hold.

## See Also

### Accessing Call Attributes

- [uuid](callkit/cxcall/uuid.md)
- [isOutgoing](callkit/cxcall/isoutgoing.md)
- [hasConnected](callkit/cxcall/hasconnected.md)
- [hasEnded](callkit/cxcall/hasended.md)
