API reference
API reference
Select your platform
No SDKs available
No versions available

LivestreamingAudience Enum

It's a enum that represent the different types of audiences that can be selected for a livestreaming. It can be used to specify the audience when a live streaming starts. The livestreaming status change will be notified by com.meta.horizon.platform.ovr.Message.MessageType#Notification_Livestreaming_StatusChange

Fields

Unknown[Get]
This value represents a public audience, meaning that anyone can view the livestream.
This value represents an audience consisting of the user's friends. Only people who are friends with the user will be able to view the livestream.
This value represents an audience consisting only of the user themselves. Only the user who created the livestream will be able to view it.

Member Functions

LivestreamingAudience
( final int value )
int getValue ( )

Static Member Functions

static LivestreamingAudience fromInt
( int value )
Did you find this page helpful?
Thumbs up icon
Thumbs down icon