Skip to content

Commit 97d055d

Browse files
committed
transcribe.mdx: clarify that no text is returned on calling.transcript.failed
1 parent ecb2eed commit 97d055d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fern/products/swml/pages/reference/methods/calling/transcribe.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Only one transcription can be active on a call at a time. Starting another while
4141

4242
## **StatusCallbacks**
4343

44-
When you set `status_url`, SignalWire POSTs a transcript event to it when the call's transcription finishes: `calling.transcript.completed` with the transcribed `text` on success, or `calling.transcript.failed` if the call could not be transcribed.
44+
When you set `status_url`, SignalWire POSTs a transcript event to it when the call's transcription finishes: `calling.transcript.completed` includes the transcribed `text` when speech was captured, or `calling.transcript.failed` if the call could not be transcribed.
4545

4646
<WebhookPayloadSnippet webhook="transcribeStatusCallback" />
4747

0 commit comments

Comments
 (0)