---
title: INCallRecordType.outgoing
framework: intents
role: symbol
role_heading: Case
path: intents/incallrecordtype/outgoing
---

# INCallRecordType.outgoing

A call initiated by the current user.

## Declaration

```swift
case outgoing
```

## Discussion

Discussion Use this constant for calls that your app initiates.

## See Also

### Constants

- [INCallRecordType.unknown](intents/incallrecordtype/unknown.md)
- [INCallRecordType.missed](intents/incallrecordtype/missed.md)
- [INCallRecordType.received](intents/incallrecordtype/received.md)
- [INCallRecordType.latest](intents/incallrecordtype/latest.md)
- [INCallRecordType.voicemail](intents/incallrecordtype/voicemail.md)
- [INCallRecordType.inProgress](intents/incallrecordtype/inprogress.md)
- [INCallRecordType.onHold](intents/incallrecordtype/onhold.md)
- [INCallRecordType.ringing](intents/incallrecordtype/ringing.md)
