// Poll for job status
const jobResult = await supadata.transcript.getJobStatus(
transcriptResult.jobId
);
This is misleading as there is no polling logic in the example, making it sound like getJobStatus' logic polls internally, which is also not true.
This is misleading as there is no polling logic in the example, making it sound like getJobStatus' logic polls internally, which is also not true.