videosphere
    Preparing search index...
    • Ends an active Facebook LiveVideo via POST /{live-video-id} with end_live_video=true.

      Parameters

      • pageAccessToken: string

        Page access token with permission to end the live video.

      • liveVideoId: string

        Facebook LiveVideo object id.

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

      Success, or upstream error details.