DrmLicense

data class DrmLicense(val streamingSessionId: String, val payload: String)

Drm license of a given track or video. This will reflect the response from our backend and it will be used for decrypting secured media products.

Constructors

Link copied to clipboard
constructor(streamingSessionId: String, payload: String)

Properties

Link copied to clipboard

Base64 encoded payload we are supposed to pass to the CDM.

Link copied to clipboard

Loop back of the streaming session id sent in the request.