LiveEventCreateParams

class LiveEventCreateParams(userIdsForHost: List<String>)

A class that provides configuration information for a live event when it is created.

Since

1.0.0

Constructors

Link copied to clipboard
fun LiveEventCreateParams(userIdsForHost: List<String>)

Properties

Link copied to clipboard
var coverFile: File?

The thumbnail image file used for a live event.

Link copied to clipboard
var coverUrl: String?

The thumbnail image url used for a live event.

Link copied to clipboard
var customItems: Map<String, String>

A unique key-value pair of information stored in a live event.

Link copied to clipboard
var reactionKeys: List<String>

Then reaction keys of a live event.

Link copied to clipboard
var title: String

The name of a live event.

Link copied to clipboard
var type: LiveEventType

The live event type of a live event.

Link copied to clipboard
val userIdsForHost: List<String>

An array of the user IDs of the users who can be host for a live event. This property can have up to 10 user IDs.