MetaPlatformSDK_LivestreamingStatus
Inherits: RefCounted
Represents the current livestreaming status.
Description
Represents the current livestreaming status.
Properties
bool |
|
|
bool |
|
|
bool |
|
|
int |
|
|
bool |
|
Property Descriptions
bool comments_visible = false
bool get_comments_visible ( )
Indicates if the comments from the audience in your livestreaming are visible.
bool is_paused = false
bool get_is_paused ( )
Indicates if your livestreaming in the app is paused or not.
bool livestreaming_enabled = false
bool get_livestreaming_enabled ( )
Indicates if your app is livestreaming enabled. If your app is enabled, you will receive a notification by #ovrMessage_Notification_Livestreaming_StatusChange when the livestreaming session gets updated.
int livestreaming_type = 0
int get_livestreaming_type ( )
Indicates the type of your livestreaming.
bool mic_enabled = false
bool get_mic_enabled ( )
Indicates if your connected mic is enabled. The speaker will be muted if the field is false.