0.0.24
gradio-app/fastrtc0.0.24May 13, 2025by freddyaboulton
AI Summary
Increased timeout durations and fixed a critical issue where Cloudflare TURN keys would fail to use if HF tokens were missing. Also included type fixes and UI error display improvements.
Key Highlights
- Increased timeout duration
- Fixed Cloudflare TURN key usage logic
- Static Media component type fixes
New Features
- WebRTC Error display fixes
- Type fixes for components
Full Release Notes
## What's Changed * Increase timeout by @freddyaboulton in https://github.com/gradio-app/fastrtc/pull/310 * fix: fail to use CLOUDFLARE_TURN_KEY_* even if HF_TOKEN is missing by @tedmeftah in https://github.com/gradio-app/fastrtc/pull/307 * Fix Types in Static Media components by @freddyaboulton in https://github.com/gradio-app/fastrtc/pull/311 * Fix WebRTC Error display in UI + Demo Code by @freddyaboulton in https://github.com/gradio-app/fastrtc/pull/313 ## New Contributors * @tedmeftah made their first contribution in https://github.com/gradio-app/fastrtc/pull/307 **Full Changelog**: https://github.com/gradio-app/fastrtc/compare/0.0.23...0.0.24