videosphere
    Preparing search index...
    • Schedules a YouTube live broadcast with auto-start/stop and low-latency settings.

      Parameters

      • accessToken: string

        OAuth access token with YouTube live streaming scopes.

      • input: ScheduleYouTubeLiveBroadcastInput

        Broadcast metadata and schedule time.

      • Optionalsignal: AbortSignal

        Optional abort signal.

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

      New broadcast id, or upstream error details.