videosphere
    Preparing search index...

    Interface YouTubeResumableInitLogSummary

    Redacted resumable-init payload safe for debug logs (no raw title/description/tags).

    interface YouTubeResumableInitLogSummary {
        initUrl: string;
        snippet: {
            titleLength: number;
            descriptionLength: number;
            tagCount: number;
            categoryId?: string;
            defaultLanguage?: string;
            defaultAudioLanguage?: string;
        };
        status: Record<string, unknown>;
        recordingDetails?: Record<string, unknown>;
    }
    Index

    Properties

    initUrl: string
    snippet: {
        titleLength: number;
        descriptionLength: number;
        tagCount: number;
        categoryId?: string;
        defaultLanguage?: string;
        defaultAudioLanguage?: string;
    }
    status: Record<string, unknown>
    recordingDetails?: Record<string, unknown>