0.0.22
gradio-app/fastrtc0.0.22Apr 22, 2025by freddyaboulton
AI Summary
Fixed audio type conversion issues and added several new cookbook examples including Llama 4 and Twilio outbound calls. Significant improvements were made to websocket processing and interruption handling.
Key Highlights
- Audio type conversion fix
- Twilio outbound call documentation
- Websocket processing and interruption fixes
New Features
- Llama 4 cookbook example
- Medical Agent Example
- Context retrieval from websocket
- Ice candidates server configuration
Full Release Notes
## What's Changed * Fix audio type conversion by @vvolhejn in https://github.com/gradio-app/fastrtc/pull/259 * Add llama 4 to cookbook by @freddyaboulton in https://github.com/gradio-app/fastrtc/pull/267 * Update old links in pyproject.toml by @marcusvaltonen in https://github.com/gradio-app/fastrtc/pull/270 * Fix warning/error messages in gradio UI by @freddyaboulton in https://github.com/gradio-app/fastrtc/pull/275 * Add docs for outbound calls with twilio by @shaon72 in https://github.com/gradio-app/fastrtc/pull/273 * Be able to get current context from a websocket connection by @freddyaboulton in https://github.com/gradio-app/fastrtc/pull/276 * OpenAI Demo Minor Fixes by @freddyaboulton in https://github.com/gradio-app/fastrtc/pull/279 * Add a Medical Agent Example to showcase function calling by @freddyaboulton in https://github.com/gradio-app/fastrtc/pull/281 * Change Repo URL by @freddyaboulton in https://github.com/gradio-app/fastrtc/pull/282 * Set ice candidates server by @freddyaboulton in https://github.com/gradio-app/fastrtc/pull/285 * Fix Websocket Client Processing by @freddyaboulton in https://github.com/gradio-app/fastrtc/pull/286 * Fix websocket interruption by @freddyaboulton in https://github.com/gradio-app/fastrtc/pull/291 * Release by @freddyaboulton in https://github.com/gradio-app/fastrtc/pull/293 * Release by @freddyaboulton in https://github.com/gradio-app/fastrtc/pull/294 ## New Contributors * @shaon72 made their first contribution in https://github.com/gradio-app/fastrtc/pull/273 **Full Changelog**: https://github.com/gradio-app/fastrtc/compare/0.0.20...0.0.22