---
title: AudioRecordingIntent
framework: appintents
role: symbol
role_heading: Protocol
path: appintents/audiorecordingintent
---

# AudioRecordingIntent

An app intent that starts, stops or otherwise modifies audio recording state.

## Declaration

```swift
protocol AudioRecordingIntent : SystemIntent
```

## Overview

Overview Adopt this protocol to create an app intent for audio recording functionality and tell the system that your app records audio. As a result of this intent, the system displays an audio recording indicator. important: In iOS, iPadOS, and watchOS, When you adopt the AudioRecordingIntent protocol, you must start a Live Activity when you begin the audio recording and keep it active as long as you record audio. If you don’t start a Live Activity, the audio recording stops.

## Relationships

### Inherits From

- [AppIntent](appintents/appintent.md)
- [PersistentlyIdentifiable](appintents/persistentlyidentifiable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SystemIntent](appintents/systemintent.md)

## See Also

### Media actions

- [AudioPlaybackIntent](appintents/audioplaybackintent.md)
- [CameraCaptureIntent](appintents/cameracaptureintent.md)
- [PlayVideoIntent](appintents/playvideointent.md)
- [VideoCategory](appintents/videocategory.md)
