videosphere
    Preparing search index...
    • Updates an existing YouTube live broadcast snippet and status.

      Parameters

      • accessToken: string

        OAuth access token with YouTube live streaming scopes.

      • broadcastId: string

        Live broadcast resource id.

      • input: UpdateYouTubeLiveBroadcastInput

        Fields to write on the broadcast resource.

      • Optionalsignal: AbortSignal

        Optional abort signal.

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

      Success, or upstream error details.