You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: client-react/CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,22 @@ All notable changes to **Pipecat Client React** will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
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
+
8
24
## [1.0.1]
9
25
10
26
- 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