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
This value should never appear on the message queue. If it does, it indicates that something has gone horribly, horribly wrong.
Generated in response to ovr_Achievements_AddCount
Generated in response to ovr_Achievements_AddFields
Generated in response to ovr_Achievements_GetAllDefinitions
Generated in response to ovr_Achievements_GetAllProgress
Generated in response to ovr_Achievements_GetDefinitionsByName
Generated in response to ovr_Achievements_GetNextAchievementDefinitionArrayPage
Generated in response to ovr_Achievements_GetNextAchievementProgressArrayPage
Generated in response to ovr_Achievements_GetProgressByName
Generated in response to ovr_Achievements_Unlock
Generated in response to ovr_ApplicationLifecycle_GetRegisteredPIDs
Generated in response to ovr_ApplicationLifecycle_GetSessionKey
Generated in response to ovr_ApplicationLifecycle_RegisterSessionKey
Generated in response to ovr_Application_GetVersion
Generated in response to ovr_CloudStorage_Delete
Generated in response to ovr_CloudStorage_GetNextCloudStorageMetadataArrayPage
Generated in response to ovr_CloudStorage_Load
Generated in response to ovr_CloudStorage_LoadBucketMetadata
Generated in response to ovr_CloudStorage_LoadConflictMetadata
Generated in response to ovr_CloudStorage_LoadHandle
Generated in response to ovr_CloudStorage_LoadMetadata
Generated in response to ovr_CloudStorage_ResolveKeepLocal
Generated in response to ovr_CloudStorage_ResolveKeepRemote
Generated in response to ovr_CloudStorage_Save
Generated in response to ovr_Entitlement_GetIsViewerEntitled
Generated in response to ovr_IAP_ConsumePurchase
Generated in response to ovr_IAP_GetNextProductArrayPage
Generated in response to ovr_IAP_GetNextPurchaseArrayPage
Generated in response to ovr_IAP_GetProductsBySKU
Generated in response to ovr_IAP_GetViewerPurchases
Generated in response to ovr_IAP_LaunchCheckoutFlow
Generated in response to ovr_Leaderboard_GetEntries
Generated in response to ovr_Leaderboard_GetEntriesAfterRank
Generated in response to ovr_Leaderboard_GetNextEntries
Generated in response to ovr_Leaderboard_GetPreviousEntries
Generated in response to ovr_Leaderboard_WriteEntry
Generated in response to ovr_Livestreaming_GetStatus
Generated in response to ovr_Livestreaming_PauseStream
Generated in response to ovr_Livestreaming_ResumeStream
Generated in response to ovr_Matchmaking_Browse
Generated in response to ovr_Matchmaking_Browse2
Generated in response to ovr_Matchmaking_Cancel
Generated in response to ovr_Matchmaking_Cancel2
Generated in response to ovr_Matchmaking_CreateAndEnqueueRoom
Generated in response to ovr_Matchmaking_CreateAndEnqueueRoom2
Generated in response to ovr_Matchmaking_CreateRoom
Generated in response to ovr_Matchmaking_CreateRoom2
Generated in response to ovr_Matchmaking_Enqueue
Generated in response to ovr_Matchmaking_Enqueue2
Generated in response to ovr_Matchmaking_EnqueueRoom
Generated in response to ovr_Matchmaking_EnqueueRoom2
Generated in response to ovr_Matchmaking_GetAdminSnapshot
Generated in response to ovr_Matchmaking_GetStats
Generated in response to ovr_Matchmaking_JoinRoom
Generated in response to ovr_Matchmaking_ReportResultInsecure
Generated in response to ovr_Matchmaking_StartMatch
Generated in response to ovr_Notification_GetNextRoomInviteNotificationArrayPage
Generated in response to ovr_Notification_GetRoomInvites
Generated in response to ovr_Notification_MarkAsRead
Generated in response to ovr_Party_GetCurrent
Generated in response to ovr_Room_CreateAndJoinPrivate
Generated in response to ovr_Room_CreateAndJoinPrivate2
Generated in response to ovr_Room_Get
Generated in response to ovr_Room_GetCurrent
Generated in response to ovr_Room_GetCurrentForUser
Generated in response to ovr_Room_GetInvitableUsers
Generated in response to ovr_Room_GetInvitableUsers2
Generated in response to ovr_Room_GetModeratedRooms
Generated in response to ovr_Room_GetNextRoomArrayPage
Generated in response to ovr_Room_InviteUser
Generated in response to ovr_Room_Join
Generated in response to ovr_Room_Join2
Generated in response to ovr_Room_KickUser
Generated in response to ovr_Room_LaunchInvitableUserFlow
Generated in response to ovr_Room_Leave
Generated in response to ovr_Room_SetDescription
Generated in response to ovr_Room_UpdateDataStore
Generated in response to ovr_Room_UpdateMembershipLockStatus
Generated in response to ovr_Room_UpdateOwner
Generated in response to ovr_Room_UpdatePrivateRoomJoinPolicy
Generated in response to ovr_User_Get
Generated in response to ovr_User_GetAccessToken
Generated in response to ovr_User_GetLoggedInUser
Generated in response to ovr_User_GetLoggedInUserFriends
Generated in response to ovr_User_GetLoggedInUserFriendsAndRooms
Generated in response to ovr_User_GetNextUserAndRoomArrayPage
Generated in response to ovr_User_GetNextUserArrayPage
Generated in response to ovr_User_GetOrgScopedID
Generated in response to ovr_User_GetUserProof
Generated in response to ovr_Voip_SetSystemVoipSuppressed
Sent to indicate that more data has been read or an error occured.
Indicates that the livestreaming session has been updated. You can use this information to throttle your game performance or increase CPU/GPU performance.Use ovr_Message_GetLivestreamingStatus() to extract the updated livestreaming status.
Indicates that a match has been found, for example after callingovr_Matchmaking_Enqueue(). Use ovr_Message_GetRoom() to extract thematchmaking room.
Indicates that a connection has been established or there's been an error.Use ovr_NetworkingPeer_GetState() to get the result; as above,ovr_NetworkingPeer_GetID() returns the ID of the peer this message is for.
Indicates that another user is attempting to establish a P2P connectionwith us. Use ovr_NetworkingPeer_GetID() to extract the ID of the peer.
Generated in response to ovr_Net_Ping(). Either contains ping time inmicroseconds or indicates that there was a timeout.
Indicates that the user has accepted an invitation, for example in OculusHome. Use ovr_Message_GetString() to extract the ID of the room that the userhas been inivted to as a string. Then call ovrID_FromString() to parse it intoan ovrID.
Note that you must call ovr_Room_Join() if you want to actually join the room.
Indicates that the current room has been updated. Use ovr_Message_GetRoom()to extract the updated room.
Sent when another user is attempting to establish a VoIP connection.Use ovr_Message_GetNetworkingPeer() to extract information about the user,and ovr_Voip_Accept() to accept the connection.
Sent to indicate that the state of the VoIP connection changed. Useovr_Message_GetNetworkingPeer() and ovr_NetworkingPeer_GetState() toextract the current state.
Sent to indicate that some part of the overall state of SystemVoiphas changed. Use ovr_Message_GetSystemVoipState() andthe properties of ovrSystemVoipStateHandle to extract the state that triggered thenotification.
Note that the state may have changed further since the notification wasgenerated, and that you may call the `GetSystemVoip...()` family of functions at any timeto get the current state directly.