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

CowatchingState Class

It's designed to manage cowatching sessions within a shared virtual home environment. This state primarily focuses on tracking whether a user is currently participating in a cowatching session. If there is any change in the cowatching state, it can be retrieved using Message::MessageType::Notification_Cowatching_InSessionChanged.

Constructors

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

Fields

InSession : readonly bool
A boolean indicates if the current user is in a cowatching session. It can be retrieved using Cowatching.IsInSession().
Signature
readonly bool Oculus.Platform.Models.CowatchingState.InSession