processors(rtvi): send bot-ready when pipeline AND first participant joins

This commit is contained in:
Aleix Conchillo Flaqué
2024-07-25 11:24:33 -07:00
parent 64f5119b08
commit 8cf7649855
2 changed files with 24 additions and 5 deletions

View File

@@ -20,6 +20,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- RTVI's `bot-ready` message is now sent when the RTVI pipeline is ready and
a first participant joins.
- Fixed a `BaseInputTransport` issue that was causing incoming system frames to
be queued instead of being pushed immediately.