Kaltura API

mixingappendMediaEntry
Description:
Appends a media entry to the end of the mix timeline, this will save the mix timeline as a new version.
Input Params
Name Type Description Required Default Value
mixEntryId string Mix entry to append to its timeline V
mediaEntryId string Media entry to append to the timeline V
Output Type
KalturaMixEntry
Example HTTP Hit
http://www.kaltura.com/api_v3/service/mixing/action/appendMediaEntry
JSON object:
				
{ mixEntryId: "value", mediaEntryId: "value" }