Live Audience State
data class LiveAudienceState(val audienceList: StateFlow<List<LiveUserInfo>>, val audienceCount: StateFlow<Int>, val messageBannedUserList: StateFlow<List<LiveUserInfo>>)
Live audience state
Overview
Contains audience list, audience count, and muted user list information.
Constructors
Link copied to clipboard
constructor(audienceList: StateFlow<List<LiveUserInfo>>, audienceCount: StateFlow<Int>, messageBannedUserList: StateFlow<List<LiveUserInfo>>)