@miukyo/ytlc
    Preparing search index...

    Interface StartOptions

    Identifies which livestream should be monitored.

    interface StartOptions {
        handle?: string;
        channelId?: string;
        liveId?: string;
        overwrite?: boolean;
    }
    Index

    Properties

    handle?: string

    Channel handle, such as @SomeCreator.

    channelId?: string

    YouTube channel id, such as UC....

    liveId?: string

    Direct live video id.

    overwrite?: boolean

    Restart an active session if one is already running.