LivestreamingStatus
(
o
)
|
Signature
Oculus.Platform.Models.LivestreamingStatus.LivestreamingStatus(IntPtr o) Parameters o: IntPtr |
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 |