videosphere
    Preparing search index...
    • Reads the raw status field on a Facebook LiveVideo object.

      Parameters

      • pageAccessToken: string

        Page access token with read access to the live video.

      • liveVideoId: string

        Facebook LiveVideo object id.

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

      Raw status value (UNPUBLISHED, LIVE_NOW, VOD, etc.), or upstream error details.