---
title: INCallDestinationType
framework: intents
role: symbol
role_heading: Enumeration
path: intents/incalldestinationtype
---

# INCallDestinationType

Constants describing the destination of a call.

## Declaration

```swift
enum INCallDestinationType
```

## Topics

### Constants

- [INCallDestinationType.unknown](intents/incalldestinationtype/unknown.md)
- [INCallDestinationType.normal](intents/incalldestinationtype/normal.md)
- [INCallDestinationType.emergency](intents/incalldestinationtype/emergency.md)
- [INCallDestinationType.voicemail](intents/incalldestinationtype/voicemail.md)
- [INCallDestinationType.redial](intents/incalldestinationtype/redial.md)
- [INCallDestinationType.callBack](intents/incalldestinationtype/callback.md)
- [normalDestination](intents/incalldestinationtype/normaldestination.md)
- [emergencyDestination](intents/incalldestinationtype/emergencydestination.md)
- [voicemailDestination](intents/incalldestinationtype/voicemaildestination.md)
- [redialDestination](intents/incalldestinationtype/redialdestination.md)

### Initializers

- [init(rawValue:)](intents/incalldestinationtype/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)
- [INCallRecordType](intents/incallrecordtype.md)
- [INCallRecordTypeOptions](intents/incallrecordtypeoptions.md)
