SrtOutputSettings.statusPollIntervalMs property
Interval in milliseconds at which to sample the underlying SRT socket’s connection state for the per-connection status metric (visible in the visualiser / metrics). When unspecified a default is used.
Note this does not drive SrtOutputSettings.onConnection or disconnection events: those are driven by actual connection establishment / disconnection detection (a send/receive failure or the peer idle timeout), not by this poll.
Signature:
statusPollIntervalMs?: number;