The connection status of a live input.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/stream_live_input_status", "title": "stream_live_input_status", "description": "The connection status of a live input.", "enum": [ null, "connected", "reconnected", "reconnecting", "client_disconnect", "ttl_exceeded", "failed_to_connect", "failed_to_reconnect", "new_configuration_accepted" ], "nullable": true, "type": "string" }