QualityReportingSettings.onDualMonoDetected property
Called when a dual-mono run begins (correlation held above the threshold).
Signature:
onDualMonoDetected?: (event: {
streamKey: StreamKey;
correlation: number;
}) => void;
Called when a dual-mono run begins (correlation held above the threshold).
Signature:
onDualMonoDetected?: (event: {
streamKey: StreamKey;
correlation: number;
}) => void;