Params

data class Params(val videos: List<RequestVideos.Params.Video>, val clientId: ClientIdentifier)

Parameters

videos

the list of fileNames of videos that should be sent to the client. An empty list here means that all (for this client) available videos should be sent to the client.

clientId

The ClientIdentifier of the requesting client, to which the videos should be sent.

Constructors

Link copied to clipboard
constructor(videos: List<RequestVideos.Params.Video>, clientId: ClientIdentifier)

Types

Link copied to clipboard
data class Video(val fileName: String)

Properties

Link copied to clipboard
Link copied to clipboard