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:
TitleId
string
- The unique identifier of the game title.Version
string
- Identifies the services version. Can be used for the zero-downtime release process.RoomId
string
- The unique identifier of the room.RoomProperties
KeyValueCollection
- A collection of key-value pairs containing the room properties.PlayerIds
string[]
- A list containing unique identifier of players in a room.
Return Value
The FindRoomResult
, containing a list of rooms matching the specified criteria.