BaseInputTransport: push UserStartedSpeakingFrame/UserStoppedSpeakingFrame upstream

This commit is contained in:
Aleix Conchillo Flaqué
2025-09-03 13:51:20 -07:00
parent 09d6ec1098
commit 5a4c6b9618
2 changed files with 27 additions and 14 deletions

View File

@@ -82,6 +82,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- `UserStartedSpeakingFrame` and `UserStoppedSpeakingFrame` are also pushed
upstream.
- `ParallelPipeline` now waits for `CancelFrame` to finish in all branches
before pushing it downstream.