videosphere
    Preparing search index...
    • Looks up a YouTube live stream id by matching the stream key against liveStreams.list.

      Parameters

      • accessToken: string

        OAuth access token with YouTube live streaming scopes.

      • streamKey: string

        Plaintext ingestion stream name to match.

      • Optionaloptions: YouTubeLiveStreamLookupOptions

      Returns Promise<{ ok: true; streamId: string } | { ok: false; details: string }>

      Matching live stream id, or upstream/not-found error details.