---
title: emergencyDestination
framework: intents
role: symbol
role_heading: Type Property
path: intents/incalldestinationtype/emergencydestination
---

# emergencyDestination

A call routed to an emergency number.

## Declaration

```swift
static var emergencyDestination: INCallDestinationType { get }
```

## See Also

### Constants

- [INCallDestinationType.unknown](intents/incalldestinationtype/unknown.md)
- [INCallDestinationType.normal](intents/incalldestinationtype/normal.md)
- [INCallDestinationType.emergency](intents/incalldestinationtype/emergency.md)
- [INCallDestinationType.voicemail](intents/incalldestinationtype/voicemail.md)
- [INCallDestinationType.redial](intents/incalldestinationtype/redial.md)
- [INCallDestinationType.callBack](intents/incalldestinationtype/callback.md)
- [normalDestination](intents/incalldestinationtype/normaldestination.md)
- [voicemailDestination](intents/incalldestinationtype/voicemaildestination.md)
- [redialDestination](intents/incalldestinationtype/redialdestination.md)
