Version: 2017.4
LanguageEnglish
  • C#
  • JS

Script language

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

MatchInfoDirectConnectSnapshot

class in UnityEngine.Networking.Match

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

A class describing one member of a match and what direct connect information other clients have supplied.

A "MatchInfoDirectConnectSnapshot" instance contains mostly optional data which a connection can supply when it creates or joins a match. That info is then returned in these results so that other clients can directly connect to that client instead of going through the internet via a relay server.

Properties

hostPriorityThe host priority for this direct connect info. Host priority describes the order in which this match member occurs in the list of clients attached to a match.
nodeIdNodeID of the match member this info refers to.
privateAddressThe private network address supplied for this direct connect info.
publicAddressThe public network address supplied for this direct connect info.