PreplayLiveResponse

@Serializable
data class PreplayLiveResponse(val playURL: String, val sid: String, val drm: DrmResponse?, val prefix: String, val ads: List<UplynkPlayedAd> = listOf())

The Uplynk Preplay Response for live channels and events.

For further details, please refer to the Uplynk Documentation: Preplay API (Version 2) Documentation

Constructors

Link copied to clipboard
constructor(playURL: String, sid: String, drm: DrmResponse?, prefix: String, ads: List<UplynkPlayedAd> = listOf())

Properties

Link copied to clipboard

Contains a list of ads that took place during the time period defined by the ts and endts request parameters.

Link copied to clipboard
Link copied to clipboard

The manifest's URL. (NonNull)

Link copied to clipboard

The zone prefix for the viewer's session. (NonNull)

Link copied to clipboard
val sid: String

The identifier of the viewer's session. (NonNull)