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.
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.
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.