API reference

ovr_GroupPresence_SetMatchSession Function

Replaces the user's current match session id for the provided one. All other existing group presence parameters will remain the same. ovrMessage_GroupPresence_SetMatchSession will be generated in response.
First call ovr_Message_IsError() to check if an error occurred.
This response has no payload. If no error occurred, the request was successful. Yay!

Signature

ovrRequest ovr_GroupPresence_SetMatchSession(const char *id)

Parameters

id: const char * The unique identifier of the match session to set, replacing the user's current match session id.

Returns