Make call_sid optional in TwilioFrameSerializer

This commit is contained in:
Mark Backman
2025-04-23 14:04:12 -04:00
parent 7b1cd3523d
commit 76c8322b57
2 changed files with 25 additions and 9 deletions

View File

@@ -13,6 +13,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
the Telnyx call when an `EndFrame` or `CancelFrame` is received. It is
enabled by default and is configurable via the `auto_hang_up` `InputParam`.
### Changed
- In `TwilioFrameSerializer`, `call_sid` is Optional so as to avoid a breaking
changed. `call_sid` is required to automatically hang up.
### Fixed
- Fixed an issue where `TwilioFrameSerializer` would send two hang up commands: