Skip to content

Commit 70c60b1

Browse files
committed
add changelog entries
1 parent 3c3f2d2 commit 70c60b1

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

client-react/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ All notable changes to **Pipecat Client React** will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [Unreleased]
9+
10+
### Added
11+
12+
- **Multi-participant support**: Full support for handling multiple participants in sessions
13+
- New `usePipecatClientParticipant()` hook to access individual participant data
14+
- New `usePipecatClientParticipantIds()` hook to get all participant IDs with filtering options
15+
- Support for both regular and screen share media tracks per participant
16+
17+
### Changed
18+
19+
- `PipecatClientVideo` component now requires `participantId` prop when `participant` is set to `"remote"`
20+
- Enhanced `PipecatClientAudio` component now renders audio for all participants automatically
21+
- Enhanced `PipecatClientVideo` component now supports remote participants
22+
- `usePipecatClientMediaTrack()` hook signature updated to support remote participants
23+
824
## [1.0.1]
925

1026
- Fixed state synchronization between different instances of `usePipecatClientCamControl()`, `usePipecatClientMicControl()` and `usePipecatClientTransportState()` ([#125](https://github.com/pipecat-ai/pipecat-client-web/pull/125))

0 commit comments

Comments
 (0)