LobbyRoom

大厅房间数据类

Constructor

new LobbyRoom()

Members

readonly customRoomProperties :Object

房间属性

readonly emptyRoomTtl :Number

房间置空后销毁时间(秒)

readonly expectedUserIds :Array.<String>

邀请好友 ID 数组

readonly maxPlayerCount :Number

房间最大玩家数

readonly open :Boolean

房间是否开启

readonly playerCount :Number

当前房间玩家数量

readonly playerTtl :Number

玩家离线后踢出房间时间(秒)

readonly roomName :String

房间名称

readonly visible :Boolean

房间是否可见