From 4b6fd2767e45d2c780f18504adb00712a28a9f5c Mon Sep 17 00:00:00 2001 From: Ravindra Singh Rathor Date: Fri, 11 Sep 2026 17:09:56 +0530 Subject: [PATCH 1/3] docs(realtimekit): add data retention page for easy access --- .../realtime/realtimekit/data-retention.mdx | 22 +++++++++++++++++++ .../docs/realtime/realtimekit/legal/index.mdx | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 src/content/docs/realtime/realtimekit/data-retention.mdx diff --git a/src/content/docs/realtime/realtimekit/data-retention.mdx b/src/content/docs/realtime/realtimekit/data-retention.mdx new file mode 100644 index 00000000000..ba8ebbac9bf --- /dev/null +++ b/src/content/docs/realtime/realtimekit/data-retention.mdx @@ -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 | 7 days. If [`persist_chat`]() is enabled when you create the meeting, RealtimeKit retains chat indefinitely. | +| Track recordings | 7 days | +| Composite recordings | 7 days | +| Transcripts | 7 days | +| Call analytics | 3 months | +| SDK logs | 1 month | +| Webhook logs | 1 month | diff --git a/src/content/docs/realtime/realtimekit/legal/index.mdx b/src/content/docs/realtime/realtimekit/legal/index.mdx index ef0292f611b..559b122042c 100644 --- a/src/content/docs/realtime/realtimekit/legal/index.mdx +++ b/src/content/docs/realtime/realtimekit/legal/index.mdx @@ -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/) From 23485efac5fcd96e0276febc99229a95b286d367 Mon Sep 17 00:00:00 2001 From: Ravindra Singh Rathor Date: Fri, 11 Sep 2026 17:34:05 +0530 Subject: [PATCH 2/3] docs(realtimekit): fixed callstats expiry --- src/content/docs/realtime/realtimekit/data-retention.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/content/docs/realtime/realtimekit/data-retention.mdx b/src/content/docs/realtime/realtimekit/data-retention.mdx index ba8ebbac9bf..22f2eab64a0 100644 --- a/src/content/docs/realtime/realtimekit/data-retention.mdx +++ b/src/content/docs/realtime/realtimekit/data-retention.mdx @@ -17,6 +17,5 @@ RealtimeKit retains data for the following periods: | Track recordings | 7 days | | Composite recordings | 7 days | | Transcripts | 7 days | -| Call analytics | 3 months | -| SDK logs | 1 month | +| Call analytics | 6 months | | Webhook logs | 1 month | From 897a130a0296844cc636aa908f998ccef0d8b511 Mon Sep 17 00:00:00 2001 From: Ravindra Singh Rathor Date: Fri, 11 Sep 2026 17:44:09 +0530 Subject: [PATCH 3/3] docs(realtimekit): fixed the order and meeting chat split --- .../realtime/realtimekit/data-retention.mdx | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/content/docs/realtime/realtimekit/data-retention.mdx b/src/content/docs/realtime/realtimekit/data-retention.mdx index 22f2eab64a0..a4a09c19951 100644 --- a/src/content/docs/realtime/realtimekit/data-retention.mdx +++ b/src/content/docs/realtime/realtimekit/data-retention.mdx @@ -10,12 +10,13 @@ products: RealtimeKit retains data for the following periods: -| Data type | Retention period | -| ------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Meeting and participant records | Indefinitely | -| Meeting chat | 7 days. If [`persist_chat`]() is enabled when you create the meeting, RealtimeKit retains chat indefinitely. | -| Track recordings | 7 days | -| Composite recordings | 7 days | -| Transcripts | 7 days | -| Call analytics | 6 months | -| Webhook logs | 1 month | +| Data type | Retention period | +| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------- | +| Meeting and participant records | Indefinitely | +| Meeting chat with [`persist_chat`]() | Indefinitely | +| Meeting chat without [`persist_chat`]() | 7 days | +| Composite recordings | 7 days | +| Track recordings | 7 days | +| Transcripts | 7 days | +| Call analytics | 6 months | +| Webhook logs | 1 month |