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

LivestreamingVideoStats Class

The livestreaming video statistics represents the statistics info about a livestreaming video in your app. The statistics include the total number of views, the number of reactions and the number of comments. You can retrieve the information about whether your comments are visible from LivestreamingStatus::CommentsVisible.

Constructors

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

Fields

CommentCount : readonly int
An 'integer' represents the information about the total number of comments left for your livestream video.
Signature
readonly int Oculus.Platform.Models.LivestreamingVideoStats.CommentCount
ReactionCount : readonly int
An 'integer' represents the information about the total number of reactions your livestream video received.
Signature
readonly int Oculus.Platform.Models.LivestreamingVideoStats.ReactionCount
TotalViews : readonly string
This field gives the information about the total number of views of your livestream video.
Signature
readonly string Oculus.Platform.Models.LivestreamingVideoStats.TotalViews