Merge pull request #2542 from pipecat-ai/aleix/remove-stop-interruption-frame

frames: remove StopInterruptionFrame
This commit is contained in:
Aleix Conchillo Flaqué
2025-08-31 13:44:22 -07:00
committed by GitHub
10 changed files with 9 additions and 32 deletions

View File

@@ -49,6 +49,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Removed
- Remove `StopInterruptionFrame`. This was a legacy frame that was not being
used really anywhere and it didn't provide any useful meaning. It was only
pushed after `UserStoppedSpeakingFrame`, so developers can just use
`UserStoppedSpeakingFrame`.
- `DailyTransport.write_dtmf()` has been removed in favor of the generic
`BaseOutputTransport.write_dtmf()`.