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

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.
A message with type 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 *

Returns