Realtime - Record specific participant audio tracks in RealtimeKit
1mo ago
Source
CloudflareRealtime - Record specific participant audio tracks in RealtimeKitcloudflare.comYou 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: curl --request POST \ --url \ --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.
You might also wanna read
Recall.ai Launches Desktop Recording SDK for Meeting Data Capture Without Bots
Recall.ai, a Y Combinator W20 startup, is launching a Desktop Recording SDK that allows developers to capture meeting recordings and transcr

Transcribing User Audio with a Separate Realtime Request
OpenAI·7mo ago
How OpenAI rebuilt its WebRTC stack for low-latency voice AI at scale
OpenAI rearchitected its WebRTC stack to address three key constraints for real-time voice AI: low-latency audio delivery, global scale, and
Show HN: I made an app that lets you save audio to your Cameral Roll
justsendrecord.com·1y ago
Uber launches in-app audio recording feature for passenger safety
Uber is launching an in-app audio recording feature that allows passengers to record their journeys for safety purposes. The feature, rollin
Building a Water Tracking Telegram Bot with Cloudflare Workers and grammY
A technical walkthrough detailing how to build a Telegram bot for water consumption tracking using Cloudflare Workers, Durable Objects, and
flashblaze.xyz·5mo ago

Comments
Sign in to join the conversation.
No comments yet. Be the first.