videosphere
    Preparing search index...
    • Updates writable videos.status fields on a live broadcast's underlying video resource.

      Parameters

      • accessToken: string

        OAuth access token with YouTube write scope.

      • videoId: string

        Underlying video id for the live broadcast.

      • patch: YouTubeBroadcastStatusPatch

        Status fields to update.

      • Optionalsignal: AbortSignal

        Optional abort signal.

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

      Success, or upstream error details.