<!--
{
  "availability" : [
    "iOS: 10.0.0 - 13.0.0",
    "iPadOS: 10.0.0 - 13.0.0",
    "macCatalyst: 13.1.0 - 13.1.0",
    "visionOS: 1.0.0 - 1.0.0",
    "watchOS: 3.2.0 - 6.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INStartAudioCallIntentResponseCode",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:@E@INStartAudioCallIntentResponseCode"
  },
  "title" : "INStartAudioCallIntentResponseCode"
}
-->

# INStartAudioCallIntentResponseCode

Constants indicating the status of the response.

```
enum INStartAudioCallIntentResponseCode
```

## Topics

### Constants

[`INStartAudioCallIntentResponseCodeUnspecified`](/documentation/Intents/INStartAudioCallIntentResponseCode/unspecified)

Your app can’t provide a specific status.

[`INStartAudioCallIntentResponseCodeReady`](/documentation/Intents/INStartAudioCallIntentResponseCode/ready)

You’re ready to handle the intent.

[`INStartAudioCallIntentResponseCodeContinueInApp`](/documentation/Intents/INStartAudioCallIntentResponseCode/continueInApp)

Your extension is ready to transfer control so your app can place the call.

[`INStartAudioCallIntentResponseCodeFailure`](/documentation/Intents/INStartAudioCallIntentResponseCode/failure)

You were unable to initiate the call.

[`INStartAudioCallIntentResponseCodeFailureRequiringAppLaunch`](/documentation/Intents/INStartAudioCallIntentResponseCode/failureRequiringAppLaunch)

The user must launch your app to initiate the call.

[`INStartAudioCallIntentResponseCodeFailureAppConfigurationRequired`](/documentation/Intents/INStartAudioCallIntentResponseCode/failureAppConfigurationRequired)

The user must perform additional configuration steps before initiating a call is possible.

[`INStartAudioCallIntentResponseCodeFailureCallingServiceNotAvailable`](/documentation/Intents/INStartAudioCallIntentResponseCode/failureCallingServiceNotAvailable)

Your app’s calling service isn’t currently available.

[`INStartAudioCallIntentResponseCodeFailureContactNotSupportedByApp`](/documentation/Intents/INStartAudioCallIntentResponseCode/failureContactNotSupportedByApp)

You can’t use the specified contact to place the call.

[`INStartAudioCallIntentResponseCodeFailureNoValidNumber`](/documentation/Intents/INStartAudioCallIntentResponseCode/failureNoValidNumber)

The specified number doesn’t support audio calls.

## Relationships

### Conforms To

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Equatable`](/documentation/Swift/Equatable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Hashable`](/documentation/Swift/Hashable)

[`Sendable`](/documentation/Swift/Sendable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

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)