Class: AvailableRoomsListEvent

AvailableRoomsListEvent(availableRooms)

Class representing a the list of available rooms on the lobby, This is the response of EdgeManager.GetAvailableRooms()

Constructor

new AvailableRoomsListEvent(availableRooms)

Parameters:
Name Type Description
availableRooms Array.<Room>

list of available rooms on the lobby, an available room is a room which its roomMembers.length < maxPlayersPerRoom

Source:

Extends