Node.js SDK - Peer.outboundStreams

Home > @rainway/native > Peer > outboundStreams

Peer.outboundStreams property

A map from Stream IDs to active streams associated with this peer.

Signature:

get outboundStreams(): ReadonlyMap<number, OutboundStream>;