SignalCD Modern PoC API
    Preparing search index...

    Interface TransportRecoveryRequired

    interface TransportRecoveryRequired {
        documentId: string;
        reason: "dropped-frame" | "sidecar-history-risk";
        sendSequence: number;
        sourceId: string;
        targetId: string;
    }
    Index
    documentId: string
    reason: "dropped-frame" | "sidecar-history-risk"
    sendSequence: number
    sourceId: string
    targetId: string