SrtInputStatus type
degraded / recovered only fire when the input was created with healthThresholds; each carries a InputHealthStatus reason + value.
Signature:
export type SrtInputStatus = "disconnected" | "degraded" | "recovered";
degraded / recovered only fire when the input was created with healthThresholds; each carries a InputHealthStatus reason + value.
Signature:
export type SrtInputStatus = "disconnected" | "degraded" | "recovered";