RainwayRuntime.Peers property
The peers that have been previously connected to.
public IReadOnlyDictionary<RainwayPeerId, RainwayPeer> Peers { get; }
Remarks
To connect to a new peer, see Connect
See Also
- class RainwayPeerId
- class RainwayPeer
- class RainwayRuntime
- namespace Rainway.SDK