Home > rainway-sdk > RainwayPeer > stream
RainwayPeer.stream property
Warning: This API is now obsolete.
A peer can now have multiple streams associated with it. Use the new
streams
property to get a map of active stream objects. This deprecated property will return the member of that map with the lowest ID.
The active stream associated with this peer.
Signature:
get stream(): RainwayStream | undefined;