Skip to content

Commit 76e66dd

Browse files
authored
Update real-time-transcription-tutorial.md
add transcription update events
1 parent a784fd9 commit 76e66dd

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

articles/communication-services/how-tos/call-automation/real-time-transcription-tutorial.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,19 +62,27 @@ In this tutorial, we're demonstrating option 2, starting transcription during an
6262
| TranscriptionStarted | 200 | 0 | Action completed successfully. |
6363
| TranscriptionStopped | 200 | 0 | Action completed successfully. |
6464
| TranscriptionUpdated | 200 | 0 | Action completed successfully. |
65-
| TranscriptionFailed | 500 | 8578 | Action failed, not able to establish WebSocket connection. |
6665
| TranscriptionFailed | 400 | 8581 | Action failed, StreamUrl isn't valid. |
67-
| TranscriptionFailed | 500 | 8580 | Action failed, transcription service was shut down. |
68-
| TranscriptionFailed | 500 | 8579 | Action failed, transcription was canceled. |
69-
| TranscriptionFailed | 500 | 8579 | Action failed, transcription was canceled. |
66+
| TrasncriptionFailed | 400 | 8565 | Action failed due to a bad request to Cognitive Services. Check your input parameters. |
67+
| TranscriptionFailed | 400 | 8565 | Action failed due to a request to Cognitive Services timing out. Try again later or check for any issues with the service. |
68+
| TranscriptionFailed | 400 | 8605 | Custom speech recognition model for Transcription is not supported. |
69+
| TranscriptionFailed | 400 | 8523 | Invalid Request, locale is missing. |
70+
| TranscriptionFailed | 400 | 8523 | Invalid Request, only locale that contain region information are supported. |
71+
| TranscriptionFailed | 405 | 8520 | Transcription functionality is not supported at this time. |
72+
| TranscriptionFailed | 405 | 8520 | UpdateTranscription is not supported for connection created with Connect interface. |
73+
| TranscriptionFailed | 400 | 8528 | Action is invalid, call already terminated. |
74+
| TranscriptionFailed | 405 | 8520 | Update transcription functionality is not supported at this time. |
75+
| TranscriptionFailed | 405 | 8522 | Request not allowed when Transcription url not set during call setup. |
76+
| TranscriptionFailed | 405 | 8522 | Request not allowed when Cognitive Service Configuration not set during call setup. |
77+
| TranscriptionFailed | 400 | 8501 | Action is invalid when call is not in Established state. |
7078
| TranscriptionFailed | 401 | 8565 | Action failed due to a Cognitive Services authentication error. Check your authorization input and ensure it's correct. |
7179
| TranscriptionFailed | 403 | 8565 | Action failed due to a forbidden request to Cognitive Services. Check your subscription status and ensure it's active. |
72-
| TrasncriptionFailed | 400 | 8565 | Action failed due to a bad request to Cognitive Services. Check your input parameters. |
7380
| TranscriptionFailed | 429 | 8565 | Action failed, requests exceeded the number of allowed concurrent requests for the cognitive services subscription. |
74-
| TranscriptionFailed | 400 | 8565 | Action failed due to a request to Cognitive Services timing out. Try again later or check for any issues with the service. |
81+
| TranscriptionFailed | 500 | 8578 | Action failed, not able to establish WebSocket connection. |
82+
| TranscriptionFailed | 500 | 8580 | Action failed, transcription service was shut down. |
83+
| TranscriptionFailed | 500 | 8579 | Action failed, transcription was canceled. |
7584
| TranscriptionFailed | 500 | 9999 | Unknown internal server error. |
7685

7786

7887
## Known issues
79-
* You may receive duplicate TranscriptionStarted events every time there's a speech input after a long pause of silence or when a new person speaks.
8088
* For 1:1 calls with ACS users using Client SDKs startTranscription = True isn't currently supported.

0 commit comments

Comments
 (0)