ClaudeCloudflare Developer PlatformMay 28, 2026, 12:00 AM

Realtime - Record specific participant audio tracks in RealtimeKit

A condensed section focused on the key takeaways first.

Original Post

Quick Digest

Summary

A condensed section focused on the key takeaways first.

claudeen

Realtime - Record specific participant audio tracks in RealtimeKit Summary

Key Points

  • Point 1: Changelog New updates and improvements at Cloudflare.
  • Point 2: Subscribe to RSS View RSS feeds ← Back to all posts Record specific participant audio tracks in RealtimeKit May 28, 2026 Realtime You can now record specific participant audio trac
  • Point 3: Track recording creates separate WebM files for each participant instead of a single composite recording, which is useful for post-processing, transcription, and regulated or conte

Summary

This is an English summary of "Realtime - Record specific participant audio tracks in RealtimeKit" published on 2026-05-28.

Key Points

  • Point 1: Changelog New updates and improvements at Cloudflare.
  • Point 2: Subscribe to RSS View RSS feeds ← Back to all posts Record specific participant audio tracks in RealtimeKit May 28, 2026 Realtime You can now record specific participant audio trac
  • Point 3: Track recording creates separate WebM files for each participant instead of a single composite recording, which is useful for post-processing, transcription, and regulated or conte

Full Translation

Translations

A translation section that keeps the flow of the original article.

claudeja

Realtime - Record specific participant audio tracks in RealtimeKit(原文タイトル)

概要

公開日: 2026-05-28 翻訳生成に失敗したため、原文をそのまま保存しています。

原文

Changelog New updates and improvements at Cloudflare. Subscribe to RSS View RSS feeds ← Back to all posts Record specific participant audio tracks in RealtimeKit May 28, 2026 Realtime You can now record specific participant audio tracks in RealtimeKit with track recording . Track recording creates separate WebM files for each participant instead of a single composite recording, which is useful for post-processing, transcription, and regulated or content-sensitive workflows. To record specific participants, pass user_ids when starting a track recording: Terminal window curl --request POST \ --url https://api.cloudflare.com/client/v4/accounts/&#x3C;account_id>/realtime/kit/&#x3C;app_id>/recordings/track \ --header 'Authorization: Bearer <api_token>' \ --header 'Content-Type: application/json' \ --data '{ "meeting_id": "97440c6a-140b-40a9-9499-b23fd7a3868a", "user_ids": ["user-123", "user-456"] }' /realtime/kit/ /recordings/track \ --header 'Authorization: Bearer ' \ --header 'Content-Type: application/json' \ --data '{ "meeting_id": "97440c6a-140b-40a9-9499-b23fd7a3868a", "user_ids": ["user-123", "user-456"]}'"> To pass user_ids for selective track recording, use the following minimum SDK versions: Web Core: @cloudflare/realtimekit version 1.4.0 or later Web UI Kit: @cloudflare/realtimekit-ui , @cloudflare/realtimekit-react-ui , or @cloudflare/realtimekit-angular-ui version 1.1.2 or later Android Core or iOS Core: version 2.0.0 or later Android UI Kit or iOS UI Kit: version 1.1.0 or later RealtimeKit provides SDKs and UI components so that you can build your own meeting experience on Cloudflare's global WebRTC infrastructure . Teams today build products ranging from telehealth to education on RealtimeKit for global audiences. You can get started today with our Quickstart or take a look at our Cloudflare Meet repo ↗ as a reference. Resources API New to Cloudflare? Directory Sponsorships Open Source Cloudflare Research Support Help Center System Status Compliance GDPR Company cloudflare.com Our team Careers Tools Cloudflare Radar Cloudflare Labs Speed Test Is BGP Safe Yet? Certificate Transparency Community Community forum X Discord YouTube GitHub © 2026 Cloudflare, Inc. Privacy Policy Terms of Use Report Security Issues Trademark Cookie Settings Was this helpful? Yes No