RoomProperty
Parameter Definitions
Select the parameter name from below to jump directly to it on this page.
Password
PrivateRoomType
PublicRoomType
RoomName
RoomType
Password
CONST string that is used by other classes when making the password key. Used in photon RoomProperty definitions.
| Exposed Value | Type | Default Value |
|---|---|---|
| const | string | “PW” |
PrivateRoomType
CONST string that is used by other classes when making a private room key. Used in photon RoomProperty definitions.
| Exposed Value | Type | Default Value |
|---|---|---|
| const | string | “PRIVATE” |
PublicRoomType
CONST string that is used by other classes when making a public room key. Used in photon RoomProperty definitions.
| Exposed Value | Type | Default Value |
|---|---|---|
| const | string | “PUBLIC” |
RoomName
CONST string that is used by other classes when making the room name key. Used in photon RoomProperty definitions.
| Exposed Value | Type | Default Value |
|---|---|---|
| const | string | “RN” |
RoomType
CONST string that is used by other classes when making the room type key. Used in photon RoomProperty definitions.
| Exposed Value | Type | Default Value |
|---|---|---|
| const | string | “RT” |