RoomInfo Class |
Namespace: SoftGear.Strix.Unity.Runtime
public class RoomInfo
The RoomInfo type exposes the following members.
Name | Description | |
---|---|---|
capacity |
Maximum possible number of members in the room.
| |
host |
Address of the room server this room belongs to.
| |
id |
ID.
| |
isJoinable |
A flag set by the owner to determine if it's currently allowed for the new members to join the room.
| |
isPasswordProtected |
Determines if you need to provide a correct password to join this room.
| |
key1 |
A custom double value number 1 set for this room by the owner.
| |
key2 |
A custom double value number 2 set for this room by the owner.
| |
key3 |
A custom double value number 3 set for this room by the owner.
| |
key4 |
A custom double value number 4 set for this room by the owner.
| |
key5 |
A custom double value number 5 set for this room by the owner.
| |
key6 |
A custom double value number 6 set for this room by the owner.
| |
key7 |
A custom double value number 7 set for this room by the owner.
| |
key8 |
A custom double value number 8 set for this room by the owner.
| |
memberCount |
Current number of members in the room.
| |
name |
Name of the match room.
| |
nodeProperties |
Custom properties of this room's node on the master server.
| |
nodeType |
Room node type.
| |
nodeUid |
Node's UID.
| |
port |
Port of the room server this room belongs to.
| |
properties |
Custom properties set for this room by the owner.
| |
protocol |
Protocol used to connect to the room server this room belongs to.
| |
roomId |
Room ID on the given room server.
| |
state |
A custom integer value set for this room by the owner.
| |
stringKey |
A custom string value set for this room by the owner.
|