Skip to content

Commit ca08450

Browse files
authored
Merge pull request #210182 from dbasantes/main
Update Resource ID diagram
2 parents d9e131c + 50c4d2d commit ca08450

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/communication-services/quickstarts/voice-video-calling/includes/call-recording-samples/private-preview-unmixed-audio-recording-server-csharp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Before you start testing Unmixed Audio recording, please make sure you complete
2020
- Create an Azure storage account and container, for details, see [Create a storage account](../../../../../storage/common/storage-account-create.md?tabs=azure-portal). You'll need to record your storage **connection string** and **container name** for this quickstart.
2121
- Subscribe to events via an [Azure Event Grid](../../../../../event-grid/overview.md) Web hook.
2222
- Download the [.NET SDK](https://dev.azure.com/azure-sdk/public/_artifacts/feed/azure-sdk-for-net/NuGet/Azure.Communication.CallingServer/overview/1.0.0-alpha.20220829.1)
23-
- This Quickstart assumes you have some experience using the [Calling CLient SDK](https://docs.microsoft.com/azure/communication-services/quickstarts/voice-video-calling/get-started-with-video-calling?pivots=platform-web). **Important**: To fetch serverCallId from Calling SDK, refer to the JavaScript example in the **Appendix** at the end of this document.
23+
- This Quickstart assumes you have some experience using the [Calling Client SDK](https://docs.microsoft.com/azure/communication-services/quickstarts/voice-video-calling/get-started-with-video-calling?pivots=platform-web). **Important**: To fetch serverCallId from Calling SDK, refer to the JavaScript example in the **Appendix** at the end of this document.
2424
- Make sure to provide the Azure Communication Services Call Recording team with your **immutable azure resource ID** to be whitelisted during the private preview tests.
2525

2626

@@ -216,7 +216,7 @@ callAgent.on('callsUpdated', (e: { added: Call[]; removed: Call[] }): void => {
216216
217217
In order to get your Resource ID whitelisted, please send your Immutable Azure Resource ID to the Call Recording Team. For reference see the image below.
218218
219-
![Call recording how to get resource ID](../../media/call-recording/immutable resource id.md)
219+
![Call recording how to get resource ID](../../media/call-recording/immutable-resource-id.png)
220220
221221
222222

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,4 +230,4 @@ callAgent.on('callsUpdated', (e: { added: Call[]; removed: Call[] }): void => {
230230

231231
In order to get your Resource ID whitelisted, please send your Immutable Azure Resource ID to the Call Recording Team. For reference see the image below.
232232

233-
![Call recording how to get resource ID](../../media/call-recording/immutable resource id.md)
233+
![Call recording how to get resource ID](../../media/call-recording/immutable-resource-id.png)

0 commit comments

Comments
 (0)