FindRoom
Name
FindRoom - Finds rooms by the specified criteria.
Synopsis
Namespace: LoadBalancer.Client.Jump
public Task<FindRoomResult> FindRoom(FindRoomParameters parameters)
Parameters
FindRoomParameters consists of the following parameters:
TitleIdstring- The unique identifier of the game title.Versionstring- Identifies the services version. Can be used for the zero-downtime release process.RoomIdstring- The unique identifier of the room.RoomPropertiesKeyValueCollection- A collection of key-value pairs containing the room properties.PlayerIdsstring[]- A list containing unique identifier of players in a room.
Return Value
The FindRoomResult, containing a list of rooms matching the specified criteria.