videosphere
    Preparing search index...

    Function pollSermonAudioProcessing

    • Polls SermonAudio until sermon video processing completes. Without a successfully uploaded custom thumbnail, waits for SA-generated thumbnailImageURL on any media.video entry. With one, waits for transcoding (videoCodec or videoMediaStatus: ready) instead, since the uploaded poster may appear before encoding finishes.

      Parameters

      • input: PollSermonAudioProcessingInput

        Sermon id, API key tokens, poll tuning, and optional abort signal.

      Returns Promise<void>

      Resolves when processing is complete.

      When transcoding fails, polling is aborted, or maxAttempts is exceeded.