ovr_GroupPresence_LaunchRejoinDialog Function
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. ovrMessage_GroupPresence_LaunchRejoinDialog will be generated in response.
ovrRequest ovr_GroupPresence_LaunchRejoinDialog(const char *lobby_session_id, const char *match_session_id, const char *destination_api_name)
lobby_session_id: const char *
The unique identifier of the lobby session to rejoin.
match_session_id: const char *
The unique identifier of the match session to rejoin.
destination_api_name: const char *
The unique name of the in-app destination to rejoin.