GET /audio/channel/{channelIndex}/supportedInputs
Get the list of supported inputs and their availability to switch to for the selected channel
Parameter
Name Type Description
{channelIndex} integer
Response
200 - The list of supported inputs
The response is a JSON object.
Name Type Description
supportedInputs array
supportedInputs[i] object
supportedInputs[i].schema object
supportedInputs[i].schema.input string
Possible values are: None, Camera - Left, Camera - Right,
Camera - Mono, XLR1 - Mic, XLR1 - Line, XLR2 - Mic, XLR2
- Line, 3.5mm Left - Line, 3.5mm Left - Mic, 3.5mm Right -
Line, 3.5mm Right - Mic, 3.5mm Mono - Line, 3.5mm Mono
- Mic.
supportedInputs[i].available boolean
Is the input available to be switched into from the current
input for the selected channel
404 - Channel does not exist
GET /audio/channel/{channelIndex}/level
Get the audio input level for the selected channel
Parameter
Name Type Description
{channelIndex} integer
Response
200 - Currently set level for the selected channel
The response is a JSON object.
Name Type Description
gain number
normalised number
404 - Channel does not exist
107Developer Information