This website uses cookies to improve our services and deliver relevant ads.
By interacting with this site, you agree to this use. For more information, see our Cookies Policy

ovrRoom

ovr_Room_GetApplicationID

Parameter: const ovrRoomHandle obj

Return Type: ovrID

ovr_Room_GetDataStore

Parameter: const ovrRoomHandle obj

Return Type: ovrDataStoreHandle

ovr_Room_GetDescription

Parameter: const ovrRoomHandle obj

Return Type: const char *

ovr_Room_GetID

Parameter: const ovrRoomHandle obj

Return Type: ovrID

ovr_Room_GetInvitedUsers

A list of users that have been invited to the room, but have not joined the room yet.

Parameter: const ovrRoomHandle obj

Return Type: ovrUserArrayHandle

ovr_Room_GetIsMembershipLocked

Parameter: const ovrRoomHandle obj

Return Type: bool

ovr_Room_GetJoinPolicy

Parameter: const ovrRoomHandle obj

Return Type: ovrRoomJoinPolicy

ovr_Room_GetJoinability

Parameter: const ovrRoomHandle obj

Return Type: ovrRoomJoinability

ovr_Room_GetMatchedUsers

If this is a matchmaking room, it contains all users matched intothe room, including the host as well as users enqueued by someone else.Also includes additional per-user matchmaking metadata.

Parameter: const ovrRoomHandle obj

Return Type: ovrMatchmakingEnqueuedUserArrayHandle

ovr_Room_GetMaxUsers

Parameter: const ovrRoomHandle obj

Return Type: unsigned int

ovr_Room_GetName

Parameter: const ovrRoomHandle obj

Return Type: const char *

ovr_Room_GetOwner

Parameter: const ovrRoomHandle obj

Return Type: ovrUserHandle

ovr_Room_GetType

Parameter: const ovrRoomHandle obj

Return Type: ovrRoomType

ovr_Room_GetUsers

Parameter: const ovrRoomHandle obj

Return Type: ovrUserArrayHandle

ovr_Room_GetVersion

Parameter: const ovrRoomHandle obj

Return Type: unsigned int