DrmLicenseRequest

data class DrmLicenseRequest(val streamingSessionId: String, val securityToken: String, val payload: String)

Drm license request of a given track or video. This will be the request we send to our backend and it will be used to retrieve a DrmLicense.

Constructors

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

Properties

Link copied to clipboard

Base64 encoded payload from the CDM.

Link copied to clipboard

The license security token from PlaybackInfo.

Link copied to clipboard

A uuid generated by the client for this streaming session.