Skip to content

Commit b34d30f

Browse files
authored
Acrolinx fixes
1 parent 75a06b3 commit b34d30f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This guide helps you better understand the different ways you can use Azure Comm
2323
- Create a [custom subdomain](/azure/ai-services/cognitive-services-custom-subdomains) for your Azure AI services resource.
2424
- Create a new web service application using the [Call Automation SDK](../../quickstarts/call-automation/quickstart-make-an-outbound-call.md).
2525

26-
## Setup a WebSocket Server
26+
## Set up a WebSocket Server
2727
Azure Communication Services requires your server application to set up a WebSocket server to stream transcription in real-time. WebSocket is a standardized protocol that provides a full-duplex communication channel over a single TCP connection. You can optionally use Azure services Azure WebApps that allows you to create an application to receive transcripts over a websocket connection. Follow this [quickstart](https://azure.microsoft.com/blog/introduction-to-websockets-on-windows-azure-web-sites/).
2828

2929
## Establish a call
@@ -67,7 +67,7 @@ In this tutorial, we're demonstrating option 2 and 3, starting transcription dur
6767
| 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. |
6868
| TranscriptionFailed | 400 | 8605 | Custom speech recognition model for Transcription is not supported. |
6969
| TranscriptionFailed | 400 | 8523 | Invalid Request, locale is missing. |
70-
| TranscriptionFailed | 400 | 8523 | Invalid Request, only locale that contain region information are supported. |
70+
| TranscriptionFailed | 400 | 8523 | Invalid Request, only locales that contain region information are supported. |
7171
| TranscriptionFailed | 405 | 8520 | Transcription functionality is not supported at this time. |
7272
| TranscriptionFailed | 405 | 8520 | UpdateTranscription is not supported for connection created with Connect interface. |
7373
| TranscriptionFailed | 400 | 8528 | Action is invalid, call already terminated. |

0 commit comments

Comments
 (0)