videosphere
    Preparing search index...

    Fields for creating a new livestream draft row.

    interface CreateLivestreamFields {
        title: string;
        description: string;
        tags?: string[];
        visibility?: PlatformUploadVisibility;
        targets: ConnectedAccountPlatform[];
        platforms?: LivestreamPlatforms;
        scheduledStartTime?: string;
        scheduledStartTimeZone?: string;
        thumbnailR2Key?: string;
        thumbnailContentType?: string;
    }
    Index

    Properties

    title: string
    description: string
    tags?: string[]
    scheduledStartTime?: string
    scheduledStartTimeZone?: string
    thumbnailR2Key?: string
    thumbnailContentType?: string