HealthReason type

Why an input connection went degraded. behind_realtime / ahead_of_realtime are judged on the smoothed delivery rate; stalled on the last-media-age (or a stuck corrector); lossy / latency_below_rtt are SRT transport conditions.

Signature:

export type HealthReason = "behind_realtime" | "ahead_of_realtime" | "stalled" | "lossy" | "latency_below_rtt";