OutboundStream.PeerJoin event
Raised when a peer joins the stream.
public event EventHandler<OutboundStream, PeerJoinEvent> PeerJoin;
See Also
- delegate EventHandler<TSender,TEventArgs>
- class PeerJoinEvent
- class OutboundStream
- namespace Rainway.SDK