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

LivestreamingStatus Class

The livestreaming status represents the status of a livestreaming event in your app. You will receive a notification by Message::MessageType::Notification_Livestreaming_StatusChange whenever your livestreaming session gets updated. The status contains info about your livestream type, whether your mic is enabled, whether the comments are visible and etc.

Constructors

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

Fields

CommentsVisible : readonly bool
This boolean field indicates if the comments from the audience in your livestreaming are visible.
Signature
readonly bool Oculus.Platform.Models.LivestreamingStatus.CommentsVisible
IsPaused : readonly bool
This boolean field indicates if your livestreaming in the app is paused or not.
Signature
readonly bool Oculus.Platform.Models.LivestreamingStatus.IsPaused
LivestreamingEnabled : readonly bool
This boolean field indicates if your app is livestreaming enabled. If your app is enabled, you will receive a notification by Message::MessageType::Notification_Livestreaming_StatusChange when the livestreaming session gets updated.
Signature
readonly bool Oculus.Platform.Models.LivestreamingStatus.LivestreamingEnabled
LivestreamingType : readonly int
This field indicates the type of your livestreaming.
Signature
readonly int Oculus.Platform.Models.LivestreamingStatus.LivestreamingType
MicEnabled : readonly bool
This boolean field indicates if your connected mic is enabled. The speaker will be muted if the field is false.
Signature
readonly bool Oculus.Platform.Models.LivestreamingStatus.MicEnabled