Knowledge Hub
Use First
The Element Use First
is using the first available audio- or video input. So as long as there is content delivered from the first audio- or video input, this is used. If there is no content in the first input Use First
uses the second input. If there's also no content, Use First
uses the next input. And so on, and so forth. In a way Use First
is similar to the Compose
element. If there's no overlap in the different inputs, the result is exactly the same.
Inputs
input1 - Any audio- or video input used as first priority
input2 - Any audio- or video input used as second priority
input3 - Any audio- or video input used as third priority
input4 - Any audio- or video input used as fourth priority
input5 - Any audio- or video input used as fifth priority
Parameters
JSON Example
{
"id": "someid",
"type": "UseFirst",
"inputs": {
"input1": "otherid",
"input2": "otherid",
"input3": "otherid",
"input4": "otherid",
"input5": "otherid"
},
}