Legacy Documentation: Version 5.3
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

NetworkTransport.GetConnectionInfo

public static void GetConnectionInfo(int hostId, int connectionId, out string address, out int port, out Networking.Types.NetworkID network, out Networking.Types.NodeID dstNode, out byte error);

Parameters

hostId Id of udp socket used to.
connectionId Id of connection.
address Ip4.
port Port.
network Relay network guid.
error Possible error.
dstNode Destination slot id.

Description

Return connection parameters of connected connection, this parameters can be sent to other user which can establish direct connection to this peer. If peer connected via relay, relay related parameters will be not invalid.