Version: 2018.3 (switch to 2019.1)
LanguageEnglish
  • C#
Method group is Obsolete

NetworkServer.ListenRelay

Obsolete 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.

Did you find this page useful? Please give it a rating: