Peer.OutboundStreams property
A map from Stream IDs to active streams associated with this peer.
public IReadOnlyDictionary<StreamId, OutboundStream> OutboundStreams { get; }
See Also
- class StreamId
- class OutboundStream
- class Peer
- namespace Rainway.SDK