v4.5.0
gradio-app/fastrtcv4.5.0Jun 9, 2026by alyssaxuu
AI Summary
Introduces background recording using the Offscreen API and optimizes the editor by moving entirely to WebCodecs.
Key Highlights
- Recordings run in background using Offscreen API
- Editor runs entirely on WebCodecs
- Removed ffmpeg fallback
New Features
- Background recording
- WebCodecs editor
Full Release Notes
- Recordings now run in the background using the offscreen API instead of a pinned tab, so they keep going even if the tab you started from gets frozen or discarded. - The editor is lighter and faster now that it runs entirely on WebCodecs, with the ffmpeg fallback removed.