diff --git a/changelog/3719.added.2.md b/changelog/3719.added.2.md new file mode 100644 index 000000000..77d8956d7 --- /dev/null +++ b/changelog/3719.added.2.md @@ -0,0 +1 @@ +- Added `write_transport_frame()` hook to `BaseOutputTransport` allowing transport subclasses to handle custom frame types that flow through the audio queue. diff --git a/changelog/3719.added.md b/changelog/3719.added.md new file mode 100644 index 000000000..bc1c2d6b1 --- /dev/null +++ b/changelog/3719.added.md @@ -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.