Click or drag to resize

RoomJoinArgs Class

Data class containing all the parameters necessary to join the match room.
Inheritance Hierarchy
SystemObject
  SoftGear.Strix.Unity.RuntimeRoomJoinArgs

Namespace:  SoftGear.Strix.Unity.Runtime
Assembly:  StrixUnityRuntime (in StrixUnityRuntime.dll) Version: 1.5.0
Syntax
C#
public class RoomJoinArgs

The RoomJoinArgs type exposes the following members.

Constructors
  NameDescription
Public methodRoomJoinArgs
Initializes a new instance of the RoomJoinArgs class
Top
Properties
  NameDescription
Public propertyauthUrl
Authorization server URL that is used on the server to check if a member is authorized to connect to a room server.
Public propertyhost
Address of the room server the match room belongs to. Usually, you can get it from host in StrixNetwork.SearchRoom results.
Public propertymemberProperties
Properties assigned to the room member after joining.
Public propertypassword
If the room is password-protected this password should match the currently set one, in order to join.
Public propertyport
Port of the room server the match room belongs to. Usually, you can get it from port in StrixNetwork.SearchRoom results.
Public propertyprotocol
Protocol used to connect to the room server the match room belongs to. Usually, you can get it from protocol in StrixNetwork.SearchRoom results.
Public propertyroomId
The ID of the match room on the room server. Usually, you can get it from roomId in StrixNetwork.SearchRoom results.
Top
See Also