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

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.
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_LaunchRosterPanel(ovrRosterOptionsHandle options)

Parameters

options: ovrRosterOptionsHandle It contains 2 methods. 1. ovr_RosterOptions_AddSuggestedUser() - it takes userID as a parameter and adds it to the inevitable users list. 2. ovr_RosterOptions_ClearSuggestedUsers() - it clears the inevitable users list.

Returns