LiveAudienceStore

abstract class LiveAudienceStore

Live audience management class, used to manage audience list, permission settings and other related business.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Create an audience management instance

Properties

Link copied to clipboard

Audience state of the current room. {@link LiveAudienceState}

Functions

Link copied to clipboard

Add live audience event listener

Link copied to clipboard
abstract fun disableSendMessage(userID: String?, isDisable: Boolean, completion: CompletionHandler?)

Disable/enable user to send messages

Link copied to clipboard
abstract fun fetchAudienceList(completion: CompletionHandler?)

Fetch audience list

Link copied to clipboard
abstract fun kickUserOutOfRoom(userID: String?, completion: CompletionHandler?)

Kick user out of room

Link copied to clipboard

Remove live audience event listener

Link copied to clipboard
abstract fun revokeAdministrator(userID: String?, completion: CompletionHandler?)

Revoke administrator

Link copied to clipboard
abstract fun setAdministrator(userID: String?, completion: CompletionHandler?)

Set administrator