Transports now send InputTransportMessageFrames (not Urgent Frames)

This commit is contained in:
mattie ruth backman
2025-10-03 09:32:47 -04:00
committed by Mattie Ruth
parent 4abe4a6253
commit 8d38994756
2 changed files with 7 additions and 3 deletions

View File

@@ -15,6 +15,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added `hume` optional dependency group for Hume AI TTS integration.
### Fixed
- Fixed RTVI incoming message handling, broken in 0.0.87.
## [0.0.87] - 2025-10-02
### Added