Monitoring the peer connection while it is in the *connecting* state.

This commit is contained in:
Filipi Fuchter
2025-09-23 08:30:17 -03:00
parent e286e015cf
commit a5776b20ad
2 changed files with 49 additions and 1 deletions

View File

@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added a peer connection monitor to the `SmallWebRTCConnection` that
automatically disconnects if the connection fails to establish within
the timeout (1 minute by default).
- Added memory cleanup improvements to reduce memory peaks.
- Added `on_before_process_frame`, `on_after_process_frame`,