InspectSubtitlesSettings.onCue property

Callback to observe subtitle cues in the subscribed stream.

Timestamps are not directly related to cue timings, but Norsk timestamps as per timestamp report.

Signature:

onCue?: (cue: {
        streamKey: StreamKey;
        startTimestamp: Interval;
        endTimestamp: Interval;
        text: string;
    }) => void;