Kaltura API

livestreamisLive
Description:
Delivering the status of a live stream (on-air/offline) if it is possible
Input Params
Name Type Description Required Default Value
id string ID of the live stream V
protocol KalturaPlaybackProtocol protocol of the stream to test. V
Output Type
bool
Example HTTP Hit
http://www.kaltura.com/api_v3/service/livestream/action/isLive
JSON object:
				
{ id: "value", protocol: "value" }