---
title: isOutgoing
framework: callkit
role: symbol
role_heading: Instance Property
path: callkit/cxcall/isoutgoing
---

# isOutgoing

A Boolean value that indicates whether the call is outgoing.

## Declaration

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

## Discussion

Discussion An outgoing call is a call initiated by the user, as opposed to an incoming call which is received by the telephony provider.

## See Also

### Accessing Call Attributes

- [uuid](callkit/cxcall/uuid.md)
- [hasConnected](callkit/cxcall/hasconnected.md)
- [hasEnded](callkit/cxcall/hasended.md)
- [isOnHold](callkit/cxcall/isonhold.md)
