All Topics
All Topics
Technology
Technology
AI
AI
Business
Business
Entertainment
Entertainment
News
News
Programming
Programming
Security
Security
Science
Science
Design
Design
Environment
Environment
Finance
Finance
Crypto
Crypto
Politics
Politics
Sports
Sports
Education
Education
Gaming
Gaming
Art
Art
Music
Music
Health
Health
Books
Books
Food
Food
Travel
Travel
Personal
Personal
Bluesky
Twitter

Realtime - Record specific participant audio tracks in RealtimeKit

1mo ago

Source

CloudflareRealtime - Record specific participant audio tracks in RealtimeKitcloudflare.com
Snippet from the RSS feed
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: 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

Comments

Sign in to join the conversation.

No comments yet. Be the first.