<!--
{
  "availability" : [
    "iOS: 11.0.0 - 13.0.0",
    "iPadOS: 11.0.0 - 13.0.0",
    "macCatalyst: 13.1.0 - 13.1.0",
    "visionOS: 1.0.0 - 1.0.0",
    "watchOS: 4.0.0 - 6.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INStartAudioCallIntent/init(destinationType:contacts:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INStartAudioCallIntent(im)initWithDestinationType:contacts:"
  },
  "title" : "init(destinationType:contacts:)"
}
-->

# init(destinationType:contacts:)

Creates an intent with the specified information.

```
init(destinationType: INCallDestinationType, contacts: [INPerson]?)
```

## Parameters

`destinationType`

The type of call to place.

`contacts`

An array of [`INPerson`](/documentation/Intents/INPerson) objects representing the users to call.

## Return Value

An initialized intent or `nil` if the object could not be created.

## Discussion

Normally, you don’t create instances of this class yourself. Instead, Siri creates instances when the user asks to place a call to another user. However, you can use this method during testing to create intent objects in order to validate your intent handling code paths.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)