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

# INStartVideoCallIntentResponseCode.failureContactNotSupportedByApp

Your app can’t use the specified contact to place the call.

## Declaration

```swift
case failureContactNotSupportedByApp
```

## Discussion

Discussion Use this code when the sender or recipient can’t take part in a video call.

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