QualityMonitoringSettings.onSamplingAdapted property
The adaptive NR-IQA sampler changed the effective sample interval (ms) to stay within the latency budget. 0 = sampling suspended (overloaded).
Signature:
onSamplingAdapted?: (event: {
previousSampleEveryMs: number;
sampleEveryMs: number;
}) => void;