QualityReportingSettings.onClippingDetected property

Called when clipping begins (clip_ratio above threshold, sustained).

Signature:

onClippingDetected?: (event: {
        streamKey: StreamKey;
        clipRatio: number;
    }) => void;