Merge pull request #1850 from pipecat-ai/aleix/transcription-message-user-id

TranscriptionMessage: add user_id field
This commit is contained in:
Aleix Conchillo Flaqué
2025-05-20 13:10:42 -07:00
committed by GitHub
4 changed files with 7 additions and 1 deletions

View File

@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added `user_id` field to `TranscriptionMessage`. This allows identifying the
user in a multi-user scenario. Note that this requires that
`TranscriptionFrame` has the `user_id` properly set.
- Added new `PipelineTask` event handlers `on_pipeline_started`,
`on_pipeline_stopped`, `on_pipeline_ended` and `on_pipeline_cancelled`, which
correspond to the `StartFrame`, `StopFrame`, `EndFrame` and `CancelFrame`