videosphere
    Preparing search index...

    Buckets livestreams into dashboard list sections by status.

    interface PartitionedLivestreams {
        drafts: Livestream[];
        scheduled: Livestream[];
        live: Livestream[];
        streamed: Livestream[];
    }
    Index

    Properties

    drafts: Livestream[]

    Rows still being prepared.

    scheduled: Livestream[]

    Scheduled on YouTube but not yet live.

    live: Livestream[]

    Currently live on YouTube.

    streamed: Livestream[]

    Finished or failed broadcasts.