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

CowatchViewer Class

Cowatch viewer represents a viewer in a cowatching session, including their user ID and any data that they have set. The cowatch viewer data can be retrieved using Cowatching.GetViewersData(). It can be useful for tracking the participants in a cowatching session and managing their data.

Constructors

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

Fields

Data : readonly string
Represents the viewer data set by this cowatching viewer. It's an optional string and can be set by Cowatching.SetViewerData().
Signature
readonly string Oculus.Platform.Models.CowatchViewer.Data
Id : readonly UInt64
A unique user ID of the viewer.
Signature
readonly UInt64 Oculus.Platform.Models.CowatchViewer.Id