transports(daily): add update_subscriptions()

This commit is contained in:
Aleix Conchillo Flaqué
2024-10-22 14:29:20 -07:00
parent a46eaa838b
commit 801e52c095
2 changed files with 25 additions and 0 deletions

View File

@@ -5,6 +5,14 @@ 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).
## [Unreleased]
### Added
- Added `DailyTransport.update_subscriptions()`. This allows you to have fine
grained control of what media subscriptions you want for each participant in a
room.
## [0.0.47] - 2024-10-22
### Added