---
title: audioRoute
framework: intents
role: symbol
role_heading: Instance Property
path: intents/instartcallintent/audioroute
---

# audioRoute

The audio route the call is using.

## Declaration

```swift
var audioRoute: INCallAudioRoute { get }
```

## Discussion

Discussion The property contains the call’s audio route. For example, when the value of this property is INCallAudioRoute.bluetoothAudioRoute, the user is attempting to use a bluetooth device for the call.

## See Also

### Getting the Call Details

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