<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVSystemRouting",
  "identifier" : "/documentation/AVSystemRouting/AVSystemRouteMediaSession-98ioq/dataChannel",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AVSystemRouting"
    ],
    "preciseIdentifier" : "s:15AVSystemRouting0A17RouteMediaSessionC11dataChannelAA0aC0C04DataG0CSgvp"
  },
  "title" : "dataChannel"
}
-->

# dataChannel

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

```
final var dataChannel: AVSystemRoute.DataChannel? { get }
```

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