You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/communication-services/how-tos/call-automation/real-time-transcription-tutorial.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,18 +26,18 @@ This guide helps you better understand the different ways you can use Azure Comm
26
26
- Create a new web service application using the [Call Automation SDK](../../quickstarts/call-automation/quickstart-make-an-outbound-call.md).
27
27
28
28
## Setup a WebSocket Server
29
-
Azure Communication Services requires your server application to setup 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/).
29
+
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/).
30
30
31
31
## Establish a call
32
-
In this quickstart, we assume that you're already familiar with starting calls. If you need to learn more about starting and establishing calls, you can follow our [quickstart](../../quickstarts/call-automation/quickstart-make-an-outbound-call.md). For the purposes of this quickstart, we are going through the process of starting transcription for both incoming calls and outbound calls.
32
+
In this quickstart, we assume that you're already familiar with starting calls. If you need to learn more about starting and establishing calls, you can follow our [quickstart](../../quickstarts/call-automation/quickstart-make-an-outbound-call.md). For the purposes of this quickstart, we're going through the process of starting transcription for both incoming calls and outbound calls.
33
33
34
34
When working with real-time transcription, you have a couple of options on when and how to start transcription:
35
35
36
36
**Option 1 -** Starting at time of answering or creating a call
37
37
38
38
**Option 2 -** Starting transcription during an ongoing call
39
39
40
-
In this tutorial we are demonstrating option 2, starting transcription during an ongoing call. By default the 'startTranscription' is set to false at time of answering or creating a call.
40
+
In this tutorial, we're demonstrating option 2, starting transcription during an ongoing call. By default the 'startTranscription' is set to false at time of answering or creating a call.
41
41
42
42
::: zone pivot="programming-language-csharp"
43
43
[!INCLUDE [Real-time transcription with .NET](./includes/real-time-transcription-csharp.md)]
@@ -48,7 +48,7 @@ In this tutorial we are demonstrating option 2, starting transcription during an
48
48
::: zone-end
49
49
50
50
::: zone pivot="programming-language-javascript"
51
-
[!INCLUDE [Real-time transcription with javaScript](./includes/real-time-transcription-js.md)]
51
+
[!INCLUDE [Real-time transcription with JavaScript](./includes/real-time-transcription-js.md)]
52
52
::: zone-end
53
53
54
54
::: zone pivot="programming-language-python"
@@ -62,7 +62,7 @@ In this tutorial we are demonstrating option 2, starting transcription during an
0 commit comments