Description=Returns a list (as an array of [[LiveChannelStreams|LiveChannelStreams]] objects) of live channel streams for the provided Live Channel IDs and streaming type.
|Parameters=
|ParamRequired=optional
|ParamDescription=Requested Streaming type
}}
{{Api_Parameter|
ParamName=includeExternal
|ParamType=bool
|ParamRequired=optional
|ParamDescription=Set if API should consider external contents.
}}
|Returns=
Returns a JSON object with the array of [[LiveChannelStreams|LiveChannelStreams]].
'''Example:'''
{
: LiveChannelStreamsCollection: [ :: Array of [[LiveChannelStreams|LiveChannelStreams]] objects : ]
}
! Changes author
{{!}}- valign="top"
! 1.0
{{!}} Initial method design
{{!}} Harley Cabral
{{!}}- valign="top"
! 3.0
{{!}} Added parameter:
* includeExternal (true/false) - Default is FALSE.