---
title: routeDataChannel
framework: avsystemrouting
role: symbol
role_heading: Instance Property
path: avsystemrouting/avsystemroute-9kkj3/routedatachannel
---

# routeDataChannel

A data channel for communicating with the extension outside of any media session.

## Declaration

```occ
@property (nonatomic, readonly) AVSystemRouteDataChannel * routeDataChannel;
```

## Discussion

Discussion Use this channel for control messages, state synchronization, and other bidirectional communication needs that are not tied to a specific AVSystemRouteSession.
