videosphere
    Preparing search index...
    • Pulls metadata and lifecycle status from YouTube for one linked livestream row. Deletes the local row when the linked YouTube broadcast no longer exists.

      Parameters

      • accessToken: string

        OAuth access token with YouTube read scope.

      • livestream: Livestream

        Local livestream row to reconcile.

      Returns Promise<Livestream>

      Updated row when changes were applied, null when deleted on YouTube, otherwise the original row.