Skip to content

Commit 14416fb

Browse files
authored
fix: added links to RealtimeKit and RealtimeKit UI API specs (#25935)
1 parent 34438fc commit 14416fb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/content/docs/realtime/realtimekit/introduction.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ RealtimeKit is composed of three core components that work together to provide a
1717

1818
- **Backend Infrastructure**: This is the foundation of RealtimeKit. It includes REST APIs for creating meetings, adding participants, retrieving session information, webhooks for server-side notifications, and so on. A dedicated socket server handles real-time signalling, while the [Realtime SFU](/realtime/sfu) relays media between users with low latency. The entire backend runs on Cloudflare's global network, ensuring reliability and scale.
1919

20+
You can find the API specifications here:
21+
22+
- [Core SDK](https://docs.realtime.cloudflare.com/web-core)
23+
- [UI Kit](https://docs.realtime.cloudflare.com/ui-kit)
24+
2025
## Use Cases
2126

2227
RealtimeKit is designed for a variety of real-time communication needs. Here are some of the most common use cases:

0 commit comments

Comments
 (0)