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

CowatchViewerUpdate Class

CowatchWiewerUpdate is used to represent updates to viewer data within a cowatching session. It's essential for managing and synchronizing viewer data in real-time during cowatching sessions. It can be retrieved using Message::MessageType::Notification_Cowatching_ViewersDataChanged when a user joins or updates their viewer data.

Constructors

CowatchViewerUpdate ( o )
Signature
Oculus.Platform.Models.CowatchViewerUpdate.CowatchViewerUpdate(IntPtr o)
Parameters
o: IntPtr

Fields

DataList : readonly CowatchViewerList
List of viewer data of all cowatch participants who is in a cowatching session. It can be retrieved using Cowatching.GetViewersData().
Signature
readonly CowatchViewerList Oculus.Platform.Models.CowatchViewerUpdate.DataList
Id : readonly UInt64
A unique user ID of the user whose viewer data has been updated.
Signature
readonly UInt64 Oculus.Platform.Models.CowatchViewerUpdate.Id