Version: 2018.1
public static void ListenRelay (string relayIp, int relayPort, Networking.Types.NetworkID netGuid, Networking.Types.SourceID sourceId, Networking.Types.NodeID nodeId);

Parameters

relayIpRelay server IP Address.
relayPortRelay server port.
netGuidGUID of the network to create.
sourceIdThis server's sourceId.
nodeIdThe node to join the network with.

Description

Starts a server using a Relay server. This is the manual way of using the Relay server, as the regular NetworkServer.Connect() will automatically use the Relay server if a match exists.