The livestreaming status represents the status of a livestreaming event in your app. You will receive a notification by com.meta.horizon.platform.ovr.Message.MessageType#Notification_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.
Member Functions
LivestreamingStatus
( final long ptr )
boolean getCommentsVisible ( )
This boolean field indicates if the comments from the audience in your livestreaming are visible.
Returns
boolean
boolean getIsPaused ( )
This boolean field indicates if your livestreaming in the app is paused or not.