Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions src/content/docs/realtime/realtimekit/data-retention.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: Data retention
description: Review how long RealtimeKit stores meeting chat, recordings, analytics, and webhook logs.
pcx_content_type: reference
sidebar:
order: 21
products:
- realtime
---

RealtimeKit retains data for the following periods:

| Data type | Retention period |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------- |
| Meeting and participant records | Indefinitely |
| Meeting chat with [`persist_chat`](</api/resources/realtime_kit/subresources/meetings/methods/create/#(resource)%20realtime_kit.meetings%20%3E%20(method)%20create%20%3E%20(params)%200%20%3E%20(param)%20persist_chat%20%3E%20(schema)>) | Indefinitely |
| Meeting chat without [`persist_chat`](</api/resources/realtime_kit/subresources/meetings/methods/create/#(resource)%20realtime_kit.meetings%20%3E%20(method)%20create%20%3E%20(params)%200%20%3E%20(param)%20persist_chat%20%3E%20(schema)>) | 7 days |
| Composite recordings | 7 days |
| Track recordings | 7 days |
| Transcripts | 7 days |
| Call analytics | 6 months |
| Webhook logs | 1 month |
2 changes: 1 addition & 1 deletion src/content/docs/realtime/realtimekit/legal/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Legal
description: Privacy policy, terms of service, and third-party licenses for RealtimeKit.
hideChildren: true
sidebar:
order: 21
order: 22
---

- [Privacy Policy](https://www.cloudflare.com/application/privacypolicy/)
Expand Down