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

ovr_Party_GetUsers Function

An array that contains the users who are currently in this party. These users will remain in the party while navigating between apps. Each user in the party will get the update by ovrMessage_Notification_Party_PartyUpdate which is intended to update the user on various actions that are occurring in the party. This method may return null. This indicates that the value is not present or that the curent app or user is not permitted to access it.

Signature

ovrUserArrayHandle ovr_Party_GetUsers(const ovrPartyHandle obj)

Parameters

obj: const ovrPartyHandle

Returns