Kaltura API

livestreamarchive
Description:
Archive a live entry which was recorded
Input Params
Name Type Description Required Default Value
liveEntryId string V
vodEntryId string V
Output Type
bool
Example HTTP Hit
http://www.kaltura.com/api_v3/service/livestream/action/archive
JSON object:
				
{ liveEntryId: "value", vodEntryId: "value" }