Click or drag to resize

RoomJoinArgshost Property

Address of the room server the match room belongs to. Usually, you can get it from host in StrixNetwork.SearchRoom results.

Namespace:  SoftGear.Strix.Unity.Runtime
Assembly:  StrixUnityRuntime (in StrixUnityRuntime.dll) Version: 1.5.0
Syntax
C#
public string host { get; set; }

Property Value

Type: String
See Also