MoqInputSettings.moqProtocolVersion property
Pin the MoQT transport draft this ingest negotiates (client mode), instead of auto-negotiating. Auto lands on the newest draft both ends prefer (draft-16 for Norsk↔Norsk). Set "draft18" to negotiate draft-18, which is required to activate the joining-FETCH catalog bootstrap. Mirrors MoqOutputSettings.moqProtocolVersion.
Signature:
moqProtocolVersion?: "auto" | "draft14" | "draft16" | "draft18";