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

# destinationType

The type of call to place.

## Declaration

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

## Discussion

Discussion Use this property 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 Attributes

- [contacts](intents/instartaudiocallintent/contacts.md)
