MoqInputSettings.subscribeFilter property
Where in the publication media-track subscriptions start (client mode). - "nextGroupStart" (default): join at the next group boundary, so the first delivered object is a keyframe — clean decode start, latency up to one group/GOP. - "latestObject": join mid-group at the very next published object — lowest latency, but video is undecodable until the next keyframe. - "fromStart": replay whatever history the publisher retains, then continue live — for consumers that want the whole publication (e.g. file-output workflows).
Signature:
subscribeFilter?: "nextGroupStart" | "latestObject" | "fromStart";