RainwayRuntime.Connect method
Connect to another peer on the Rainway Network.
public Task<RainwayPeer> Connect(RainwayPeerId peerId)
parameter | description |
---|---|
peerId | The peerId of the peer to connect to. |
Return Value
A task that resolves once the peer-to-peer connection is established.
See Also
- class RainwayPeer
- class RainwayPeerId
- class RainwayRuntime
- namespace Rainway.SDK