API reference

OVR_InviteOptions.h File

Typedefs

struct ovrInviteOptions * ovrInviteOptionsHandle
The Invite Option, to be passed in to ovr_GroupPresence_GetInvitableUsers() and ovr_GroupPresence_LaunchInvitePanel(), is a field that allows developers to specify a list of suggested users to be added to the invitable users list, making it easier for users to connect with others and create a more social experience.

Functions

ovrInviteOptionsHandle ovr_InviteOptions_Create ( )
Creates a new instance of ovrInviteOptionsHandle() which is used to customize the option flow. It returns a handle to the newly created options object, which can be used to set various properties for the options.
void ovr_InviteOptions_Destroy
Destroys an existing instance of the ovrInviteOptionsHandle() and frees up memory when you're done using it.
void ovr_InviteOptions_AddSuggestedUser
ovrID value )
Passing in these users will add them to the invitable users list. From the ovr_GroupPresence_LaunchInvitePanel(), the user can open the invite list, where the suggested users will be added.
void ovr_InviteOptions_ClearSuggestedUsers