API reference
API reference
Select your platform
No SDKs available
No versions available

ovr_GroupPresence_SetDeeplinkMessageOverride Function

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.
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_SetDeeplinkMessageOverride(const char *deeplink_message)

Parameters

deeplink_message: const char * deeplink_message is the new ovr_GroupPresenceOptions_SetDeeplinkMessageOverride() to set for the user, overriding the current deeplink message.

Returns