Migrating to Twilio SDK 9.4.5
Version 9.4.5 introduces 1 breaking change. This guide details how to update your code.
Released: 2/11/2025
1
Breaking Changes
1
Migration Steps
4
Affected Symbols
⚠️ Check Your Code
If you use any of these symbols, you need to read this guide:
base/api/v2010/validation_request.jsonrecording APIsroom_recording APIsDestinationAlphaSender APIBreaking Changes
●Issue #1
The codec type in recording and room_recording APIs has changed from an enum to a case-insensitive enum. Users relying on strict enum matching might need to update their code to handle case-insensitive string matching for codec types.
Migration Steps
- 1If using recording or room_recording APIs, ensure that codec type handling is updated to accommodate the new case-insensitive enum structure.
Release Summary
This release introduces new features like DestinationAlphaSender API and json_results for JSON operators, alongside an update to codec type handling in Video APIs to use case-insensitive enums.
Need More Details?
View the full release notes and all changes for Twilio SDK 9.4.5.
View Full Changelog