API reference

ovr_GroupPresence_SetDeeplinkMessageOverride Function

Set the user's deeplink message 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. 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 * The new deeplink message to set for the user, overriding the current deeplink message.

Returns