---
title: WKAudioRecorderControllerOptionsAutorecordKey
framework: watchkit
role: symbol
role_heading: Global Variable
path: watchkit/wkaudiorecordercontrolleroptionsautorecordkey
---

# WKAudioRecorderControllerOptionsAutorecordKey

The automatic recording behavior of the action sheet. The value of this key is an NSNumber object with a Boolean value. When the value is true, the recording interface starts recording as soon as it is presented. When the value is false, the user must start recording manually. The default value for this option is true.

## Declaration

```swift
let WKAudioRecorderControllerOptionsAutorecordKey: String
```

## See Also

### Constants

- [WKAudioRecorderControllerOptionsActionTitleKey](watchkit/wkaudiorecordercontrolleroptionsactiontitlekey.md)
- [WKAudioRecorderControllerOptionsAlwaysShowActionTitleKey](watchkit/wkaudiorecordercontrolleroptionsalwaysshowactiontitlekey.md)
- [WKAudioRecorderControllerOptionsMaximumDurationKey](watchkit/wkaudiorecordercontrolleroptionsmaximumdurationkey.md)
