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.
Properties
Link copied to clipboard
The license security token from PlaybackInfo.
Link copied to clipboard
A uuid generated by the client for this streaming session.