---
title: destinationType
framework: intents
role: symbol
role_heading: Instance Property
path: intents/instartcallintent/destinationtype
---

# destinationType

The type of call to place.

## Declaration

```swift
var destinationType: INCallDestinationType { get }
```

## Discussion

Discussion This property contains the call destination type. Use it to differentiate regular calls from specialized types of calls. For example, when the value of this property is voicemailDestination, the user is attempting to connect to their voicemail messages.

## See Also

### Getting the Call Details

- [callCapability](intents/instartcallintent/callcapability.md)
- [contacts](intents/instartcallintent/contacts.md)
- [audioRoute](intents/instartcallintent/audioroute.md)
- [recordTypeForRedialing](intents/instartcallintent/recordtypeforredialing.md)
- [callRecordFilter](intents/instartcallintent/callrecordfilter.md)
- [callRecordToCallBack](intents/instartcallintent/callrecordtocallback.md)
- [INCallAudioRoute](intents/incallaudioroute.md)
