Click or drag to resize

RoomInfo Class

Class holding a room description.
Inheritance Hierarchy
SystemObject
  SoftGear.Strix.Unity.RuntimeRoomInfo

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

The RoomInfo type exposes the following members.

Constructors
  NameDescription
Public methodRoomInfo
Initializes a new instance of the RoomInfo class
Top
Properties
  NameDescription
Public propertycapacity
Maximum possible number of members in the room.
Public propertyhost
Address of the room server this room belongs to.
Public propertyid
ID.
Public propertyisJoinable
A flag set by the owner to determine if it's currently allowed for the new members to join the room.
Public propertyisPasswordProtected
Determines if you need to provide a correct password to join this room.
Public propertykey1
A custom double value number 1 set for this room by the owner.
Public propertykey2
A custom double value number 2 set for this room by the owner.
Public propertykey3
A custom double value number 3 set for this room by the owner.
Public propertykey4
A custom double value number 4 set for this room by the owner.
Public propertykey5
A custom double value number 5 set for this room by the owner.
Public propertykey6
A custom double value number 6 set for this room by the owner.
Public propertykey7
A custom double value number 7 set for this room by the owner.
Public propertykey8
A custom double value number 8 set for this room by the owner.
Public propertymemberCount
Current number of members in the room.
Public propertyname
Name of the match room.
Public propertynodeProperties
Custom properties of this room's node on the master server.
Public propertynodeType
Room node type.
Public propertynodeUid
Node's UID.
Public propertyport
Port of the room server this room belongs to.
Public propertyproperties
Custom properties set for this room by the owner.
Public propertyprotocol
Protocol used to connect to the room server this room belongs to.
Public propertyroomId
Room ID on the given room server.
Public propertystate
A custom integer value set for this room by the owner.
Public propertystringKey
A custom string value set for this room by the owner.
Top
See Also