videosphere
    Preparing search index...
    • Removes a Facebook LiveVideo when a local livestream row is deleted. Attempts direct deletion first; if Meta rejects that, ends the broadcast and retries.

      Parameters

      • pageAccessToken: string

        Page access token with live video permissions.

      • liveVideoId: string

        Facebook LiveVideo object id.

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

      Success, or upstream error details from the final attempt.