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

FOvrParty Struct

Parties allow users to start a voice chat with other members of the party. Party voice chats persist across apps in VR and users can continue to interact while navigating between apps. You can load a user's party by using Party_GetCurrent().

Fields

A unique identifier of this party. It can be used by Party_Join(), Party_Leave(), and Party_Invite().
An array of users who are invited to this party. These users are not a part of the party yet but have been invited.
The user who initialized this party. It's also the first user who joined the party. The leader can invite and kick other users.
An array that contains the users who are currently in this party. These users will remain in the party while navigating between apps.

Member Functions

This is the default constructor for the struct, which initializes the ovrPartyHandle and TOvrMessageHandlePtr to their default values.
Copying values from an OVR handle to the array, and the originating message to prevent the handle from being freed.
Setting all values to their defaults, effectively clearing the struct.
Updating values from an OVR handle to the array, and the originating message to prevent the handle from being freed.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon