Added support in SmallWebRTCTransport to detect when remote tracks are muted.

This commit is contained in:
Filipi Fuchter
2025-04-10 11:22:37 -03:00
parent db3620c4be
commit f71c09a4fd
2 changed files with 103 additions and 31 deletions

View File

@@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added support in `SmallWebRTCTransport` to detect when remote tracks are
muted.
- Added support for image capture from a video stream to the
`SmallWebRTCTransport`.