API reference

OVR_LivestreamingStatus.h File

Typedefs

struct ovrLivestreamingStatus * ovrLivestreamingStatusHandle
The livestreaming status represents the status of a livestreaming event in your app. You will receive ovrNotification_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.

Functions

bool ovr_LivestreamingStatus_GetCommentsVisible
This boolean field indicates if the comments from the audience in your livestreaming are visible.
bool ovr_LivestreamingStatus_GetIsPaused
This boolean field indicates if your livestreaming in the app is paused or not.
bool ovr_LivestreamingStatus_GetLivestreamingEnabled
This boolean field indicates if your app is livestreaming enabled. If your app is enabled, you will receive ovrNotification_Livestreaming_StatusChange when the livestreaming session gets updated.
int ovr_LivestreamingStatus_GetLivestreamingType
This field indicates the type of your livestreaming.
bool ovr_LivestreamingStatus_GetMicEnabled
This boolean field indicates if your connected mic is enabled. The speaker will be muted if the field is false.