Launch the dialog which will allow the user to rejoin a previous lobby/match. Either the lobby_session_id or the match_session_id, or both, must be populated.
Parameterslobby_session_idThe unique identifier of the lobby session to rejoin.
match_session_idThe unique identifier of the match session to rejoin.
destination_api_nameThe unique name of the in-app destination to rejoin.
A message with type
ovrMessage_GroupPresence_LaunchRejoinDialog will be generated in response.First call
ovr_Message_IsError() to check if an error occurred.If no error occurred, the message will contain a payload of type
ovrRejoinDialogResultHandle. Extract the payload from the message handle with
ovr_Message_GetRejoinDialogResult().