static Request<string> Oculus.Platform.Cowatching.GetPresenterData ( ) |
---|
Presenter data is used to drive a cowatching session. This can be called when there is an active cowatching session. |
static Request<Models.CowatchViewerList> Oculus.Platform.Cowatching.GetViewersData ( ) |
---|
Get the viewer data of everyone who is in a cowatching session whose data was set by Cowatching.SetViewerData(). This can be called when there is an active cowatching session. |
static Request<Models.CowatchingState> Oculus.Platform.Cowatching.IsInSession ( ) |
---|
Check whether the current user is in the current cowatching session. |
static Request Oculus.Platform.Cowatching.JoinSession ( ) |
---|
Join the current cowatching session. Viewer data can only be updated by users who are in the session. |
static Request Oculus.Platform.Cowatching.LaunchInviteDialog ( ) |
---|
Launch a dialog for inviting users to cowatch in Copresent Home. |
static Request Oculus.Platform.Cowatching.LeaveSession ( ) |
---|
Leave the current cowatching session. Viewer data will no longer be relevant. |
static Request Oculus.Platform.Cowatching.RequestToPresent ( ) |
---|
Request to start a cowatching session as the presenter while copresent in home. |
static Request Oculus.Platform.Cowatching.ResignFromPresenting ( ) |
---|
Stop being the presenter. This will end the cowatching session. |
static Request Oculus.Platform.Cowatching.SetPresenterData ( string video_title, string presenter_data ) |
---|
Set the data that drives a cowatching session. This method is only callable by the presenter. Video title cannot exceed 100 characters, and data size is limited to 500 characters. The data will be eventually consistent across all users. |
static Request Oculus.Platform.Cowatching.SetViewerData ( string viewer_data ) |
---|
Set the current user's viewer data to be shared with copresent users. This can be called when there is an active cowatching session. Data size is limited to 500 characters. The data will be eventually consistent across all users. |
static void Oculus.Platform.Cowatching.SetApiNotReadyNotificationCallback ( Message< string >.Callback callback ) |
---|
Sent when user is no longer copresent. Cowatching actions should not be performed. |
static void Oculus.Platform.Cowatching.SetApiReadyNotificationCallback ( Message< string >.Callback callback ) |
---|
Sent when user is in copresent and cowatching is ready to go. |
static void Oculus.Platform.Cowatching.SetInSessionChangedNotificationCallback ( Message< Models.CowatchingState >.Callback callback ) |
---|
Sent when the current user joins/leaves the cowatching session. |
static void Oculus.Platform.Cowatching.SetInitializedNotificationCallback ( Message< string >.Callback callback ) |
---|
Sent when cowatching api has been initialized. The api is not yet ready at this stage. |
static void Oculus.Platform.Cowatching.SetPresenterDataChangedNotificationCallback ( Message< string >.Callback callback ) |
---|
Sent when the presenter updates the presenter data. |
static void Oculus.Platform.Cowatching.SetSessionStartedNotificationCallback ( Message< string >.Callback callback ) |
---|
Sent when a user has started a cowatching session whose id is reflected in the payload. |
static void Oculus.Platform.Cowatching.SetSessionStoppedNotificationCallback ( Message< string >.Callback callback ) |
---|
Sent when a cowatching session has ended. |
static void Oculus.Platform.Cowatching.SetViewersDataChangedNotificationCallback ( Message< Models.CowatchViewerUpdate >.Callback callback ) |
---|
Sent when a user joins or updates their viewer data. |
static Request<Models.CowatchViewerList> Oculus.Platform.Cowatching.GetNextCowatchViewerListPage ( Models.CowatchViewerList list ) |
---|
No description available.
|