Migrating to Twilio SDK 9.6.0
Version 9.6.0 introduces 1 breaking change. This guide details how to update your code.
Released: 5/5/2025
⚠️ Check Your Code
If you use any of these symbols, you need to read this guide:
token_auth_strategy.pysetup.cfgUsage Triggers fetch endpointInteractions APIBuild runtime (Serverless)room resource (Video)Breaking Changes
●Issue #1
The `transcribe_participants_on_connect` and `transcriptions_configuration` parameters were removed from the Video room resource, but they were also added back in the same release notes block. Assuming the removal is the intended breaking change: Code relying on these parameters being absent or having a different structure in the room resource might need updates.
Migration Steps
- 1Review Video room resource usage if you were relying on the previous state of `transcribe_participants_on_connect` and `transcriptions_configuration`.
Release Summary
This release includes fixes for timezone handling and configuration, updates to the Serverless and Flex APIs, and changes to the Video room resource parameters.
Need More Details?
View the full release notes and all changes for Twilio SDK 9.6.0.
View Full Changelog