---
title: callCapability
framework: intents
role: symbol
role_heading: Instance Property
path: intents/instartcallintent/callcapability
---

# callCapability

The type of call the user initiated.

## Declaration

```swift
var callCapability: INCallCapability { get }
```

## Discussion

Discussion This property contains the user-initiated call type. If the type of call isn’t known, the value of this property is INCallCapability.unknown.

## See Also

### Getting the Call Details

- [contacts](intents/instartcallintent/contacts.md)
- [destinationType](intents/instartcallintent/destinationtype.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)
