---
title: INStartAudioCallIntentResponseCode.failureAppConfigurationRequired
framework: intents
role: symbol
role_heading: Case
path: intents/instartaudiocallintentresponsecode/failureappconfigurationrequired
---

# INStartAudioCallIntentResponseCode.failureAppConfigurationRequired

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

## Declaration

```swift
case failureAppConfigurationRequired
```

## Discussion

Discussion Use this response code when your app isn’t configured to start an audio call. For example, you might return this code if the user hasn’t yet set up a calling account. Don’t use it for general errors or to force the user to launch your app.

## See Also

### Constants

- [INStartAudioCallIntentResponseCode.unspecified](intents/instartaudiocallintentresponsecode/unspecified.md)
- [INStartAudioCallIntentResponseCode.ready](intents/instartaudiocallintentresponsecode/ready.md)
- [INStartAudioCallIntentResponseCode.continueInApp](intents/instartaudiocallintentresponsecode/continueinapp.md)
- [INStartAudioCallIntentResponseCode.failure](intents/instartaudiocallintentresponsecode/failure.md)
- [INStartAudioCallIntentResponseCode.failureRequiringAppLaunch](intents/instartaudiocallintentresponsecode/failurerequiringapplaunch.md)
- [INStartAudioCallIntentResponseCode.failureCallingServiceNotAvailable](intents/instartaudiocallintentresponsecode/failurecallingservicenotavailable.md)
- [INStartAudioCallIntentResponseCode.failureContactNotSupportedByApp](intents/instartaudiocallintentresponsecode/failurecontactnotsupportedbyapp.md)
- [INStartAudioCallIntentResponseCode.failureNoValidNumber](intents/instartaudiocallintentresponsecode/failurenovalidnumber.md)
