---
title: INCallAudioRoute
framework: intents
role: symbol
role_heading: Enumeration
path: intents/incallaudioroute
---

# INCallAudioRoute

Constants that describe the audio route for the call.

## Declaration

```swift
enum INCallAudioRoute
```

## Topics

### Audio Routes

- [INCallAudioRoute.unknown](intents/incallaudioroute/unknown.md)
- [INCallAudioRoute.speakerphoneAudioRoute](intents/incallaudioroute/speakerphoneaudioroute.md)
- [INCallAudioRoute.bluetoothAudioRoute](intents/incallaudioroute/bluetoothaudioroute.md)

### Initializers

- [init(rawValue:)](intents/incallaudioroute/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Getting the Call Details

- [callCapability](intents/instartcallintent/callcapability.md)
- [contacts](intents/instartcallintent/contacts.md)
- [destinationType](intents/instartcallintent/destinationtype.md)
- [audioRoute](intents/instartcallintent/audioroute.md)
- [recordTypeForRedialing](intents/instartcallintent/recordtypeforredialing.md)
- [callRecordFilter](intents/instartcallintent/callrecordfilter.md)
- [callRecordToCallBack](intents/instartcallintent/callrecordtocallback.md)
