This website uses cookies to improve our services and deliver relevant ads.
By interacting with this site, you agree to this use. For more information, see our Cookies Policy

ovr_Matchmaking_Browse2

Modes: BROWSE

See overview documentation above.

Return a list of matchmaking rooms in the current pool filtered by skill and ping (if enabled). This also enqueues the user in the matchmaking queue. When the user has made a selection, call ovr_Room_Join2() on one of the rooms that was returned. If the user stops browsing, call ovr_Matchmaking_Cancel2().

In addition to the list of rooms, enqueue results are also returned. Call ovr_MatchmakingBrowseResult_GetEnqueueResult() to obtain them. See OVR_MatchmakingEnqueueResult.h for details.

This request will return a message with a payload of MatchmakingBrowseResult on the message queue.

Parameters

ParameterDescription

pool

A BROWSE type matchmaking pool.

Type: const char *

matchmakingOptions

Additional matchmaking configuration for this request. Optional.

Type: ovrMatchmakingOptionsHandle