---
title: INStartVideoCallIntentResponseCode.failureAppConfigurationRequired
framework: intents
role: symbol
role_heading: Case
path: intents/instartvideocallintentresponsecode/failureappconfigurationrequired
---

# INStartVideoCallIntentResponseCode.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 a video 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

- [INStartVideoCallIntentResponseCode.unspecified](intents/instartvideocallintentresponsecode/unspecified.md)
- [INStartVideoCallIntentResponseCode.ready](intents/instartvideocallintentresponsecode/ready.md)
- [INStartVideoCallIntentResponseCode.continueInApp](intents/instartvideocallintentresponsecode/continueinapp.md)
- [INStartVideoCallIntentResponseCode.failure](intents/instartvideocallintentresponsecode/failure.md)
- [INStartVideoCallIntentResponseCode.failureRequiringAppLaunch](intents/instartvideocallintentresponsecode/failurerequiringapplaunch.md)
- [INStartVideoCallIntentResponseCode.failureCallingServiceNotAvailable](intents/instartvideocallintentresponsecode/failurecallingservicenotavailable.md)
- [INStartVideoCallIntentResponseCode.failureContactNotSupportedByApp](intents/instartvideocallintentresponsecode/failurecontactnotsupportedbyapp.md)
- [INStartVideoCallIntentResponseCode.failureInvalidNumber](intents/instartvideocallintentresponsecode/failureinvalidnumber.md)
