Description=Returns the URL for a given live channel (and a streaming type and quality parameters)
This method has been modified to include a new input parameter DeviceType (optional, default = null) to be able to filter out by device type the different urls available for a Live channel.
|Parameters=
|ParamDescription=Requested quality
}}
{{Api_Parameter|
ParamName=includeExternal
|ParamType=bool
|ParamRequired=optional
|ParamDescription=Set if API should consider external contents.
}}
{{Api_Parameter|
ParamName=deviceType
|ParamType=[[DeviceType]]
|ParamRequired=optional
|ParamDescription=Device Type
}}
|Returns=
Returns a JSON object including the live channel URLas a String.
'''Example:'''
! Changes author
{{!}}- valign="top"
! 1.0
{{!}} Initial method design
{{!}} Harley Cabral
{{!}}- valign="top"
! 3.0
{{!}} Added parameter:
* includeExternal (true/false) - Default is FALSE.