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 Message::MessageType::Notification_Livestreaming_StatusChange

Enumeration Constants

MemberDescription
Unknown
Public
This value represents a public audience, meaning that anyone can view the livestream.
Friends
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.
OnlyMe
This value represents an audience consisting only of the user themselves. Only the user who created the livestream will be able to view it.