| liveStream:updateofflinethumbnailfromurl | ||||
|---|---|---|---|---|
| Description: | ||||
| Update entry thumbnail using url |
||||
| Input Params | ||||
| Name | Type | Description | Required | Default Value |
| entryId | string | live stream entry id | V | |
| url | string | file url | V | |
| Output Type | ||||
| KalturaLiveStreamEntry | ||||
| Errors | ||||
| ENTRY_ID_NOT_FOUND,Entry id "%s" not found | ||||
| PERMISSION_DENIED_TO_UPDATE_ENTRY,User can update only the entries he own, otherwise an admin session must be used | ||||
| Example HTTP Hit | ||||
| http://www.kaltura.com/api_v3/?service=liveStream&action=updateofflinethumbnailfromurl POST fields: entryId url |
||||