---
title: INCallRecordType
framework: intents
role: symbol
role_heading: Enumeration
path: intents/incallrecordtype
---

# INCallRecordType

Constants describing the type of the call.

## Declaration

```swift
enum INCallRecordType
```

## Topics

### Constants

- [INCallRecordType.unknown](intents/incallrecordtype/unknown.md)
- [INCallRecordType.outgoing](intents/incallrecordtype/outgoing.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)

### Initializers

- [init(rawValue:)](intents/incallrecordtype/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Describing a Call

- [INCallRecord](intents/incallrecord.md)
- [INCallGroup](intents/incallgroup.md)
- [INCallRecordFilter](intents/incallrecordfilter.md)
- [INCallRecordTypeOptions](intents/incallrecordtypeoptions.md)
- [INCallDestinationType](intents/incalldestinationtype.md)
