<!--
{
  "availability" : [
    "iOS: 17.4.0 -",
    "iPadOS: 17.4.0 -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppIntents",
  "identifier" : "/documentation/AppIntents/PushToTalkTransmissionIntent",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "App Intents"
    ],
    "preciseIdentifier" : "s:10AppIntents28PushToTalkTransmissionIntentP"
  },
  "title" : "PushToTalkTransmissionIntent"
}
-->

# PushToTalkTransmissionIntent

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

```
protocol PushToTalkTransmissionIntent : SystemIntent
```

## 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 <doc://com.apple.documentation/documentation/PushToTalk>.

## Relationships

### Inherits From

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`PersistentlyIdentifiable`](/documentation/AppIntents/PersistentlyIdentifiable)

[`Sendable`](/documentation/Swift/Sendable)

[`SystemIntent`](/documentation/AppIntents/SystemIntent)

[`AppIntent`](/documentation/AppIntents/AppIntent)

---

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)