Skip to content

Commit 5d526ed

Browse files
feat: add notice board for realtimekit (#27012)
* feat: add broadcast message api docs [skip style guide checks] * feat: add notice board for realtimekit * fix: add rss to noticeboard * Apply suggestions from code review Co-authored-by: Swapnil Madavi <30936566+swapnilmadavi@users.noreply.github.com> * fix: revert broadcast api changes * fix: sidebar order --------- Co-authored-by: Swapnil Madavi <30936566+swapnilmadavi@users.noreply.github.com>
1 parent 8582d33 commit 5d526ed

File tree

4 files changed

+40
-6
lines changed

4 files changed

+40
-6
lines changed

src/content/docs/realtime/realtimekit/legal/index.mdx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ pcx_content_type: navigation
33
title: Legal
44
hideChildren: true
55
sidebar:
6-
order: 10
7-
6+
order: 12
87
---
98

10-
* [Privacy Policy](https://www.cloudflare.com/application/privacypolicy/)
11-
* [Application Terms of Service](https://www.cloudflare.com/application/terms/)
12-
* [Third party licenses](/realtime/realtimekit/legal/3rdparty/)
9+
- [Privacy Policy](https://www.cloudflare.com/application/privacypolicy/)
10+
- [Application Terms of Service](https://www.cloudflare.com/application/terms/)
11+
- [Third party licenses](/realtime/realtimekit/legal/3rdparty/)
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
pcx_content_type: changelog
3+
title: Notices
4+
release_notes_file_name:
5+
- realtimekit
6+
release_notes_name: RealtimeKit
7+
sidebar:
8+
order: 3
9+
---
10+
11+
import { ProductReleaseNotes } from "~/components";
12+
13+
<ProductReleaseNotes />

src/content/docs/realtime/realtimekit/rest-api-reference.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ sidebar:
88
badge:
99
text: API
1010
variant: note
11-
---
11+
---
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
link: "/realtime/realtimekit/notice-board/"
3+
productName: RealtimeKit
4+
productLink: "/realtime/realtimekit"
5+
entries:
6+
- publish_date: "2025-03-01"
7+
title: Support for legacy media engine has been removed
8+
description: |-
9+
Legacy media engine support has been removed.
10+
11+
If your organization was created before March 1, 2025 and you are upgrading to `1.2.0` or above, you may experience recording issues.
12+
13+
Please contact support to migrate you to the new Cloudflare SFU media engine to ensure continued recording functionality.
14+
15+
- publish_date: "2025-11-21"
16+
title: Update on meeting join issues in firefox 144+
17+
description: |-
18+
In firefox 144+, users were not able to join the meetings, due to the browser's datachannel behavior change.
19+
20+
Error: `x.data.arrayBuffer is not a function`
21+
22+
Please upgrade to atleast `v1.2.0` to fix this. It is advised to periodically upgrade the SDKs.

0 commit comments

Comments
 (0)