<!--
{
  "availability" : [
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "WatchKit",
  "identifier" : "/documentation/WatchKit/WKAudioRecorderControllerOptionsAutorecordKey",
  "metadataVersion" : "0.1.0",
  "role" : "Global Variable",
  "symbol" : {
    "kind" : "Global Variable",
    "modules" : [
      "WatchKit"
    ],
    "preciseIdentifier" : "c:@WKAudioRecorderControllerOptionsAutorecordKey"
  },
  "title" : "WKAudioRecorderControllerOptionsAutorecordKey"
}
-->

# WKAudioRecorderControllerOptionsAutorecordKey

The automatic recording behavior of the action sheet. The value of this key is an <doc://com.apple.documentation/documentation/Foundation/NSNumber> object with a Boolean value. When the value is <doc://com.apple.documentation/documentation/Swift/true>, the recording interface starts recording as soon as it is presented. When the value is <doc://com.apple.documentation/documentation/Swift/false>, the user must start recording manually. The default value for this option is <doc://com.apple.documentation/documentation/Swift/true>.

```
let WKAudioRecorderControllerOptionsAutorecordKey: String
```

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)