<!--
{
  "availability" : [
    "iOS: 16.4.0 -",
    "iPadOS: 16.4.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "NetworkExtension",
  "identifier" : "/documentation/NetworkExtension/NEAppPushProvider/reportPushToTalkMessage(userInfo:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Network Extension"
    ],
    "preciseIdentifier" : "c:objc(cs)NEAppPushProvider(im)reportPushToTalkMessageWithUserInfo:"
  },
  "title" : "reportPushToTalkMessage(userInfo:)"
}
-->

# reportPushToTalkMessage(userInfo:)

Informs the manager about a push-to-talk message on the connection.

```
func reportPushToTalkMessage(userInfo: [AnyHashable : Any] = [:])
```

## Parameters

`userInfo`

A dictionary of custom information associated with the push-to -talk message, such as the active remote participant. The containing app’s <doc://com.apple.documentation/documentation/PushToTalk/PTChannelManagerDelegate> receives this dictionary if the user has joined a push-to-talk channel.

---

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)