OutboundStream.Peer property
The peer that owns this outbound stream.
public Peer Peer { get; }
Remarks
Additional peers may join an owned stream. If they do, PeerJoin
and PeerLeave
will be raised.
See Also
- class Peer
- class OutboundStream
- namespace Rainway.SDK