API reference

OVR_LivestreamingVideoStats.h File

Typedefs

struct ovrLivestreamingVideoStats * ovrLivestreamingVideoStatsHandle
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 ovr_LivestreamingStatus_GetCommentsVisible().

Functions

int ovr_LivestreamingVideoStats_GetCommentCount
An 'integer' represents the information about the total number of comments left for your livestream video.
int ovr_LivestreamingVideoStats_GetReactionCount
An 'integer' represents the information about the total number of reactions your livestream video received.
const char * ovr_LivestreamingVideoStats_GetTotalViews
This field gives the information about the total number of views of your livestream video.