Kaltura API

baseentryupdateThumbnailFromSourceEntry
Description:
Update entry thumbnail from a different entry by a specified time offset (in seconds).
Input Params
Name Type Description Required Default Value
entryId string Media entry id V
sourceEntryId string Media entry id V
timeOffset int Time offset (in seconds) V
Output Type
KalturaBaseEntry
Example HTTP Hit
http://www.kaltura.com/api_v3/service/baseentry/action/updateThumbnailFromSourceEntry
JSON object:
				
{ entryId: "value", sourceEntryId: "value", timeOffset: value }