videosphere
    Preparing search index...
    • Creates a Facebook LiveVideo on a Page for immediate RTMPS ingest (status=LIVE_NOW). Callers must pass an already-resolved Page access token.

      Parameters

      • pageAccessToken: string

        Page access token with live video permissions.

      • pageId: string

        Facebook Page ID that owns the live video.

      • input: CreateFacebookLiveVideoInput

        Live video title and optional description.

      Returns Promise<
          | { ok: true; id: string; streamUrl: string; secureStreamUrl: string }
          | { ok: false; details: string },
      >

      New live video id and ingest URLs, or upstream error details.