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

# contacts

The users to call.

## Declaration

```swift
var contacts: [INPerson]? { get }
```

## Discussion

Discussion The property contains the users to call. Use the information in each INPerson object to look for a matching contact in your app.

## See Also

### Getting the Call Details

- [callCapability](intents/instartcallintent/callcapability.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)
