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

# INStartVideoCallIntentResponseCode.ready

You’re ready to handle the intent.

## Declaration

```swift
case ready
```

## Discussion

Discussion Return this response code during the confirmation phase after you’ve verified that you’re able to start the video call. Don’t return this response code when handling the intent; doing so causes the system to display an error.

## See Also

### Constants

- [INStartVideoCallIntentResponseCode.unspecified](intents/instartvideocallintentresponsecode/unspecified.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)
