FOvrLivestreamingStatus Struct
The livestreaming status represents the status of a livestreaming event in your app. You will receive FOvrNotification_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.
bool CommentsVisible[Get]
This boolean field indicates if the comments from the audience in your livestreaming are visible.
This boolean field indicates if your livestreaming in the app is paused or not.
bool LivestreamingEnabled[Get]
This boolean field indicates if your app is livestreaming enabled. If your app is enabled, you will receive FOvrNotification_Livestreaming_StatusChange when the livestreaming session gets updated.
int32 LivestreamingType[Get]
This field indicates the type of your livestreaming.
This boolean field indicates if your connected mic is enabled. The speaker will be muted if the field is false.
FOvrLivestreamingStatus ( )
Copying values from an OVR handle to the array, and the originating message to prevent the handle from being freed.
Setting all values to their defaults, effectively clearing the struct.
Updating values from an OVR handle to the array, and the originating message to prevent the handle from being freed.