diff --git a/CHANGELOG.md b/CHANGELOG.md index ef26f0266..4b4aae8ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +- Added `SmallWebRTCTransport`, a new P2P WebRTC transport. + - Created two examples in `p2p-webrtc`: + - **video-transform**: Demonstrates sending and receiving audio/video with `SmallWebRTCTransport` using `TypeScript`. + Includes video frame processing with OpenCV. + - **voice-agent**: A minimal example of creating a voice agent with `SmallWebRTCTransport`. + - Added support to `ProtobufFrameSerializer` to send the messages from `TransportMessageFrame` and `TransportMessageUrgentFrame`. - Added support for a new TTS service, `PiperTTSService`.