Fixed an issue in SmallWebRTCTransport where an error was thrown if the client did not create a video transceiver.

This commit is contained in:
Filipi Fuchter
2025-04-14 10:36:25 -03:00
parent edd53d425e
commit e1108466f6
2 changed files with 11 additions and 1 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]
### Fixed
- Fixed an issue in `SmallWebRTCTransport` where an error was thrown if the
client did not create a video transceiver.
## [0.0.63] - 2025-04-11
### Added