.NET SDK - Peer.DataChannels

Peer.DataChannels property

A map from channel ids (labels) to Data Channels opened between us and this peer.

public IReadOnlyDictionary<DataChannelId, DataChannel> DataChannels { get; }

See Also