Indicates that the livestreaming session has been updated. You can use this information to throttle your game performance or increase CPU/GPU performance. Use com.meta.horizon.platform.ovr.models.LivestreamingStatus to extract the updated livestreaming status.
Sent to indicate that some part of the overall state of SystemVoip has changed. Use com.meta.horizon.platform.ovr.models.SystemVoipState#getStatus() and the properties of com.meta.horizon.platform.ovr.models.SystemVoipState to extract the state that triggered the notification. Note that the state may have changed further since the notification was generated, and that you may call the GetSystemVoip...() family of functions at any time to get the current state directly.
Gets VR camera related WebRTC data channel messages for update. This method is used to retrieve messages that are sent over the WebRTC data channel, which can include information about the VR camera system, such as its current state or any errors that may have occurred.
Notification_Vrcamera_GetSurfaceUpdate[Get]
Gets the surface and update action from the platform WebRTC for update. This method is used to retrieve information about the current state of the VR camera system, including any updates that may be required. See more info about Platform Solutions here.