Migrating to Twilio SDK 9.8.5
Version 9.8.5 introduces 1 breaking change. This guide details how to update your code.
Released: 10/28/2025
1
Breaking Changes
1
Migration Steps
3
Affected Symbols
⚠️ Check Your Code
If you use any of these symbols, you need to read this guide:
Chat v2 UserChannel `channel_status`compliance_inquirycompliance_inquiry_individualBreaking Changes
●Issue #1
The Chat v2 UserChannel `channel_status` enum value was changed from `not_participating` to `notParticipating`. Code relying on the old value will fail and must be updated to use `notParticipating`.
Migration Steps
- 1If using Chat v2 UserChannel status checks, update any instances of `not_participating` to `notParticipating`.
Release Summary
This release introduces several feature enhancements across Ai, Intelligence, and Accounts modules, including new status enums and API changes, alongside a breaking change in the Chat v2 UserChannel status value.
Need More Details?
View the full release notes and all changes for Twilio SDK 9.8.5.
View Full Changelog