transports(daily): added participants() and participant_counts()

This commit is contained in:
Aleix Conchillo Flaqué
2024-06-05 12:14:00 -07:00
parent 5ce4b8dd5b
commit 50b51c05f6
2 changed files with 18 additions and 0 deletions

View File

@@ -5,6 +5,12 @@ All notable changes to **pipecat** will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.0.27] - 2024-06-05
### Added
- Added `DailyTransport.participants()` and `DailyTransport.participant_counts()`.
## [0.0.26] - 2024-06-05
### Added