Skip to content

Commit 123baee

Browse files
committed
Update call-recording.md
Changed all "48 hour" call storage to "24 hour"
1 parent 2e00633 commit 123baee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ For example, you can record 1:1 or 1:N audio and video calls:
2424

2525
You can also use Call Recording to record complex PSTN or VoIP inbound and outbound calling workflows managed by [Call Automation](../call-automation/call-automation.md).
2626

27-
Regardless of how you established the call, Call Recording allows you to produce mixed or unmixed media files that are stored for 24 hours on a built-in temporary storage. You can retrieve the files , move it your own Azure Blob Store [Bring Your Own Storage](../../quickstarts\call-automation\call-recording\bring-your-own-storage.md) or a storage solution of your choice. Call Recording supports all Azure Communication Services data regions.
27+
Regardless of how you established the call, Call Recording enables you to produce mixed or unmixed media files that are stored for 24 hours on a built-in temporary storage. You can retrieve the files, move them in your own Azure Blob Store [Bring Your Own Storage](../../quickstarts\call-automation\call-recording\bring-your-own-storage.md), or a storage solution of your choice. Call Recording supports all Azure Communication Services data regions.
2828

29-
Regardless of how you established the call, Call Recording enables you to produce mixed or unmixed media files that are stored for 48 hours in 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.
29+
Regardless of how you established the call, Call Recording enables you to produce mixed or unmixed media files that are stored for 24 hours in 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.
3030

3131
![Diagram showing call recording architecture.](../media/call-recording-with-call-automation.png)
3232

@@ -70,7 +70,7 @@ A `recordingId` is returned when recording is started, which can then be used fo
7070
Call Recording use [Azure Event Grid](../../../event-grid/event-schema-communication-services.md) to provide you with notifications related to media and metadata.
7171

7272
> [!NOTE]
73-
> Azure Communication Services provides short term media storage for recordings. **Recordings will be available to download for 48 hours.** After 48 hours, recordings are no longer available.
73+
> Azure Communication Services provides short term media storage for recordings. **Recordings are available to download for 24 hours.** After 24 hours, recordings are no longer available.
7474
7575
An Event Grid notification `Microsoft.Communication.RecordingFileStatusUpdated` is published when a recording is ready for retrieval, typically a few minutes after the recording process completes, such as meeting ended, or recording stopped. Recording event notifications include `contentLocation` and `metadataLocation`, which are used to retrieve both recorded media and a recording metadata file.
7676

0 commit comments

Comments
 (0)