API reference

LivestreamingApplicationStatus Class

The livestreaming application status represents the status result of whether the livestreaming is enabled for an app. If your app is enabled, you will receive a notification by Message::MessageType::Notification_Livestreaming_StatusChange when the livestreaming session gets updated.

Constructors

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

Fields

StreamingEnabled : readonly bool
This is a boolean field and represents whether the app is allowed to do the livestreaming or not.
Signature
readonly bool Oculus.Platform.Models.LivestreamingApplicationStatus.StreamingEnabled