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

# INStartVideoCallIntentResponseCode.unspecified

Your app can’t provide a more specific response.

## Declaration

```swift
case unspecified
```

## Discussion

Discussion Don’t return this response code when handling the intent; doing so causes the system to display an error.

## See Also

### Constants

- [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.failureAppConfigurationRequired](intents/instartvideocallintentresponsecode/failureappconfigurationrequired.md)
- [INStartVideoCallIntentResponseCode.failureCallingServiceNotAvailable](intents/instartvideocallintentresponsecode/failurecallingservicenotavailable.md)
- [INStartVideoCallIntentResponseCode.failureContactNotSupportedByApp](intents/instartvideocallintentresponsecode/failurecontactnotsupportedbyapp.md)
- [INStartVideoCallIntentResponseCode.failureInvalidNumber](intents/instartvideocallintentresponsecode/failureinvalidnumber.md)
