QualityReportingSettings.onSignalLost property

Called when no frames have arrived on a still-advertised stream for at least the configured signalLostDetect timeout (transport up, media stalled — the stream disappearing entirely is a subscription change, not this event).

Signature:

onSignalLost?: (event: {
        streamKey: StreamKey;
    }) => void;