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.
Throws
When transcoding fails, polling is aborted, or maxAttempts is exceeded.
Polls SermonAudio until sermon video processing completes. Without a successfully uploaded custom thumbnail, waits for SA-generated
thumbnailImageURLon anymedia.videoentry. With one, waits for transcoding (videoCodecorvideoMediaStatus: ready) instead, since the uploaded poster may appear before encoding finishes.