---
title: PushToTalkTransmissionIntent
framework: appintents
role: symbol
role_heading: Protocol
path: appintents/pushtotalktransmissionintent
---

# PushToTalkTransmissionIntent

An intent that begins or ends an audio transmission with the Push to Talk framework.

## Declaration

```swift
protocol PushToTalkTransmissionIntent : SystemIntent
```

## Overview

Overview Create an app intent that confirms to this protocol to manually start or end an audio transmission that uses the Push to Talk framework. For additional information about transmitting audio with the Push to Talk framework, see Push to Talk.

## 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

### Communication actions

- [ProgressReportingIntent](appintents/progressreportingintent.md)
- [ShowInAppSearchResultsIntent](appintents/showinappsearchresultsintent.md)
