videosphere
    Preparing search index...

    Options for resolving a YouTube live stream id from a stream key.

    interface YouTubeLiveStreamLookupOptions {
        preferredStreamId?: string;
        signal?: AbortSignal;
    }
    Index

    Properties

    preferredStreamId?: string

    Existing bound stream id to prefer when multiple resources match.

    signal?: AbortSignal