videosphere
    Preparing search index...
    • Reads the live stream id currently bound to a YouTube broadcast.

      Parameters

      • accessToken: string

        OAuth access token with YouTube live streaming scopes.

      • broadcastId: string

        Live broadcast resource id.

      • Optionalsignal: AbortSignal

        Optional abort signal.

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

      Bound stream id, null when unset, or upstream error details.