Sets the user's ovr_GroupPresenceOptions_SetDeeplinkMessageOverride while keeping the other group presence parameters the same. If the destination of the user is not set, the deeplink message cannot be set as there's no deeplink message to override. This method does not power travel from the Meta Quest platform to your app. You must set a user’s ovr_GroupPresenceOptions_SetDestinationApiName, ovr_GroupPresenceOptions_SetIsJoinable status, and ovr_GroupPresenceOptions_SetLobbySessionId to enable travel to your app. Check Group Presence overview for more information about these values. Note: Instead of using this standalone API, we recommend setting all GroupPresence parameters in one call to
ovr_GroupPresence_Set(). ovrMessage_GroupPresence_SetDeeplinkMessageOverride will be generated in response.
This response has no payload. If no error occurred, the request was successful. Yay!