@miukyo/ytlc
    Preparing search index...

    Interface LivestreamEndedEventArgs

    Payload emitted when the active livestream ends.

    interface LivestreamEndedEventArgs {
        liveId: string;
        reason?: string;
    }
    Index

    Properties

    Properties

    liveId: string
    reason?: string