added OutputDTMFUrgentFrame

This commit is contained in:
Aleix Conchillo Flaqué
2025-05-28 18:02:17 -07:00
parent a33d0b4b53
commit 513221d9fd
2 changed files with 27 additions and 9 deletions

View File

@@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added `OutputDTMFUrgentFrame` to send a DTMF keypress quickly. The previous
`OutputDTMFFrame` queues the keypress with the rest of data frames.
- Added new functions `DailyTransport.start_transcription()` and
`DailyTransport.stop_transcription()` to be able to start and stop Daily
transcription dynamically (maybe with different settings).