videosphere
    Preparing search index...
    PromoteTempToMainResult:
        | { ok: true; livestream: Livestream }
        | {
            ok: false;
            reason:
                | "not_found"
                | "not_eligible"
                | "not_queue_head"
                | "blocked"
                | "missing_broadcast"
                | "missing_main_key"
                | "upstream_error";
            details: string;
        }

    Result of attempting to promote one temp-slot livestream to the main key.