Add changelog entries for PR #3719

This commit is contained in:
Aleix Conchillo Flaqué
2026-02-11 12:09:12 -08:00
parent 7501ba2e45
commit baa61468a1
2 changed files with 2 additions and 0 deletions

View File

@@ -0,0 +1 @@
- Added `write_transport_frame()` hook to `BaseOutputTransport` allowing transport subclasses to handle custom frame types that flow through the audio queue.

1
changelog/3719.added.md Normal file
View File

@@ -0,0 +1 @@
- Added `DailySIPTransferFrame` and `DailySIPReferFrame` to the Daily transport. These frames queue SIP transfer and SIP REFER operations with audio, so the operation executes only after the bot finishes its current utterance.