---
title: CPAssistantCellActionType.startCall
framework: carplay
role: symbol
role_heading: Case
path: carplay/cpassistantcellactiontype/startcall
---

# CPAssistantCellActionType.startCall

Provides an action that uses Siri to prompt the user for a person, group, or business to call.

## Declaration

```swift
case startCall
```

## Discussion

Discussion note: This action is only available in communication apps that include an Intents Extension capable of handling INStartCallIntent. For more information, see Creating an Intents App Extension. The system provides the user’s response to your app’s Intents Extension. Your app must respond by identifying the requested person, group, or business and start a voice call with them.

## See Also

### Siri Actions

- [CPAssistantCellActionType.playMedia](carplay/cpassistantcellactiontype/playmedia.md)
