ovr_GroupPresence_LaunchRosterPanel Function
Launch the panel displaying the current users in the roster. We do not recommend using this API because the list current users is surfaced in the Destination UI when the Meta Quest button is pressed. ovrMessage_GroupPresence_LaunchRosterPanel will be generated in response.
This response has no payload. If no error occurred, the request was successful. Yay!
ovrRequest ovr_GroupPresence_LaunchRosterPanel(ovrRosterOptionsHandle options)
options: ovrRosterOptionsHandle
It contains 2 methods. 1. Add ovr_RosterOptions_SetSuggestedUsers - it takes userID as a parameter and adds it to the inevitable users list. 2.Clear ovr_RosterOptions_SetSuggestedUsers - it clears the inevitable users list.