Skip to content

Commit 97d27ed

Browse files
Merge pull request #252548 from mbakalov/mbakalov/call-recording-client-sdk-fix
Suggestion: minor edits to make it more clear that call recording isn't done via Client SDK
2 parents 6b9eb70 + 8d6295f commit 97d27ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/communication-services/concepts/voice-video-calling/call-recording.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ ms.subservice: calling
2020
Call Recording enables you to record multiple calling scenarios available in Azure Communication Services by providing you with a set of APIs to start, stop, pause and resume recording. Whether it's a PSTN, WebRTC, or SIP call, these APIs can be accessed from your server-side business logic. Also, recordings can be triggered by a user action that tells the server application to start recording.
2121

2222
Depending on your business needs, you can use Call Recording for different Azure Communication Services calling implementations.
23-
For example, you can record 1:1 or 1:N scenarios for audio and video calls enabled by [Calling Client SDK](./calling-sdk-features.md).
23+
For example, you can record 1:1 or 1:N audio and video calls:
2424

2525
![Diagram showing a call that it's being recorded.](../media/call-recording-client.png)
2626

2727
But also, you can use Call Recording to record complex PSTN or VoIP inbound and outbound calling workflows managed by [Call Automation](../call-automation/call-automation.md).
2828
Regardless of how you established the call, Call Recording allows you to produce mixed or unmixed media files that are stored for 48 hours on a built-in temporary storage. You can retrieve the files and take them to the long-term storage solution of your choice. Call Recording supports all Azure Communication Services data regions.
2929

3030

31-
![Diagram showing call recording architecture using calling client sdk.](../media/call-recording-with-call-automation.png)
31+
![Diagram showing call recording architecture.](../media/call-recording-with-call-automation.png)
3232

3333
## Call Recording that supports your business needs
3434
Call Recording supports multiple media outputs and content types to address your business needs and use cases. You might use mixed formats for scenarios such as keeping records, meeting notes, coaching and training, or even compliance and adherence. Or, you can use unmixed audio format to address quality assurance use cases or even more complex scenarios like advanced analytics or AI-based (Artificial Intelligence) sophisticated post-call processes.

0 commit comments

Comments
 (0)