CreateParams
public struct CreateParams
A class that provides information for configuring a live event when it is created.
Since
1.0.0-
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.
Since
1.0.0Declaration
Swift
public var userIdsForHost: [String]
-
The name of a live event.
Since
1.0.0Declaration
Swift
public var title: String?
-
Undocumented
Declaration
Swift
public var customItems: [String : String]
-
Undocumented
Declaration
Swift
public var coverFile: Data?
-
The thumbnail image used for a live event.
Since
1.0.0Declaration
Swift
public var coverURL: String?
-
Undocumented
Declaration
Swift
public init(title: String? = nil, coverURL: String? = nil, coverFile: Data? = nil, userIdsForHost: [String], customItems: [String : String] = [:])