DailyTransport: remove send_dtmf() and write_dtmf()

This commit is contained in:
Aleix Conchillo Flaqué
2025-08-28 15:37:41 -07:00
parent 0e01ac8ef6
commit f03deb6ecc
2 changed files with 8 additions and 35 deletions

View File

@@ -18,6 +18,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `pipecat.frames.frames.KeypadEntry` is deprecated and has been moved to
`pipecat.audio.dtmf.types.KeypadEntry`.
## Removed
- `DailyTransport.write_dtmf()` has been removed in favor of the generic
`BaseOutputTransport.write_dtmf()`.
- Remove deprecated `DailyTransport.send_dtmf()`.
## Deprecated
- `pipecat.frames.frames.KeypadEntry` is deprecated use