HmsHlsCue

data class HmsHlsCue(val startDate: Date, val endDate: Date?, val payloadval: String?, val id: String? = null)

Used to start polls time-synced with the webrtc stream.

Constructors

Link copied to clipboard
fun HmsHlsCue(startDate: Date, endDate: Date?, payloadval: String?, id: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val id: String? = null
Link copied to clipboard
Link copied to clipboard