Skip to content

Commit 9ec13aa

Browse files
minor link fixes
1 parent b89c3b1 commit 9ec13aa

File tree

2 files changed

+3
-26
lines changed

2 files changed

+3
-26
lines changed

articles/communication-services/quickstarts/voice-video-calling/get-started-call-recording.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.custom: mode-api
1616

1717
[!INCLUDE [Public Preview](../../includes/public-preview-include-document.md)]
1818

19-
This quickstart gets you started with Call Recording for voice and video calls. To start using the Call Recording APIs, you must have a call in place. Make sure you're familiar with [Calling client SDK](get-started-with-video-calling.md) and/or [Call Automation](https://learn.microsoft.com/azure/communication-services/quickstarts/voice-video-calling/callflows-for-customer-interactions?pivots=programming-language-csharp#configure-programcs-to-answer-the-call) to build the end-user calling experience.
19+
This quickstart gets you started with Call Recording for voice and video calls. To start using the Call Recording APIs, you must have a call in place. Make sure you're familiar with [Calling client SDK](get-started-with-video-calling.md) and/or [Call Automation](../call-automation/callflows-for-customer-interactions.md#build-a-customer-interaction-workflow-using-call-automation) to build the end-user calling experience.
2020

2121
::: zone pivot="programming-language-csharp"
2222
[!INCLUDE [Test Call Recording with C#](./includes/call-recording-samples/call-recording-csharp.md)]
@@ -78,5 +78,5 @@ For more information, see the following articles:
7878

7979
- Download our [Java](https://github.com/Azure-Samples/communication-services-java-quickstarts/tree/main/ServerRecording) and [.NET](https://github.com/Azure-Samples/communication-services-dotnet-quickstarts/tree/main/ServerRecording) call recording sample apps
8080
- Learn more about [Call Recording](../../concepts/voice-video-calling/call-recording.md)
81-
- Learn more about [Call Automation](https://learn.microsoft.com/azure/communication-services/concepts/voice-video-calling/call-automation)
81+
- Learn more about [Call Automation](../../concepts/call-automation/call-automation.md)
8282

articles/communication-services/quickstarts/voice-video-calling/includes/call-recording-samples/private-preview-call-recording-byos-java.md

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -9,30 +9,7 @@ ms.author: rsarkar
99

1010
[!INCLUDE [Private Preview](../../../../includes/private-preview-include-section.md)]
1111

12-
## Prerequisites
13-
14-
Before you start testing Unmixed Audio recording, make sure you complete the following steps:
15-
16-
- You need a Call in place whether is using Calling Client SDK or Call Automation before you start recording. Review their quickstarts and make sure you follow all their pre-requisites.
17-
- Create an Azure account with an active subscription. For details, see [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
18-
- Create an Azure Communication Services resource. For details, see [Create an Azure Communication Services resource](../../../create-communication-resource.md). You'll need to record your resource **connection string** for this quickstart.
19-
- Subscribe to events via [Azure Event Grid](https://learn.microsoft.com/azure/event-grid/event-schema-communication-services).
20-
- Download the [Java SDK](https://dev.azure.com/azure-sdk/public/_artifacts/feed/azure-sdk-for-java/maven/com.azure%2Fazure-communication-callautomation/overview/1.0.0-alpha.20230314.1 )
21-
- This quickstart assumes you have some experience using the [Calling Client SDK](../../get-started-with-video-calling.md). **Important**: To fetch `serverCallId` from Calling SDK, refer to the [JavaScript](../../get-server-call-id.md) example.
22-
- Make sure to provide the Azure Communication Services Call Recording team with your [immutable Azure resource ID](../../get-resource-id.md) to be allowlisted during the **private preview** tests.
23-
24-
25-
## 1. Create a Call Automation client
26-
27-
To create a call automation client, you'll use your Communication Services connection string and pass it to `CallAutomationClient` object.
28-
29-
```java
30-
CallAutomationClient callAutomationClient = new CallAutomationClientBuilder()
31-
.connectionString("<acsConnectionString>")
32-
.buildClient();
33-
```
34-
35-
## 2. Start recording session with external storage specified
12+
## Start recording session with external storage specified
3613

3714
Use the server call ID received during initiation of the call.
3815

0 commit comments

Comments
 (0)