InputStream
InputStream
represents an input.
note
To use this component, you need to first register the stream with matching input_id
using register input
request.
InputStream
type InputStream = {
id?: string;
input_id: string;
}
Properties
id
- Id of a component.input_id
- Id of an input. It identifies a stream registered using aRegisterInputStream
request.