<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVSystemRouting",
  "identifier" : "/documentation/AVSystemRouting/AVSystemRouteMediaSession-4mo0j/dataChannel",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AVSystemRouting"
    ],
    "preciseIdentifier" : "c:objc(cs)AVSystemRouteMediaSession(py)dataChannel"
  },
  "title" : "dataChannel"
}
-->

# dataChannel

The data channel for sending and receiving data with the remote application.

```
@property (readonly, nullable) AVSystemRouteDataChannel * dataChannel;
```

## Discussion

This property is always non-nil when obtained from a successful call to [`start()`](/documentation/AVSystemRouting/AVSystemRouteSession-gp78/start()).

---

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)