Kaltura API

livestreamget
Description:
Get live stream entry by ID.
Input Params
Name Type Description Required Default Value
entryId string Live stream entry id V
version int Desired version of the data 1
Output Type
KalturaLiveStreamEntry
Example HTTP Hit
http://www.kaltura.com/api_v3/service/livestream/action/get
JSON object:
				
{ entryId: "value", version: value }