-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## 3.11.0 * Added `durationOfCollectingStatsInMs` to the `stats-collected` event. * Set the default sensitivity for `CongestionDetector` to `medium`. * Changed the default value for `fractionalCorrectionAlertOnThreshold` to 0.3 in `AudioDesyncDetector`. * Changed the default value for `fractionalCorrectionAlertOffThreshold` to 0.15 in `AudioDesyncDetector`. * Added `FpsVolatilityModule` to the CPU Performance Detector. * Added `StatsCollectingSkewModule` to the CPU Performance Detector. * Made Mediasoup stats collector compatible with version 3.7.16. * Renamed `Mediasoup[*]Surrogate` interfaces to `MediasoupStatsCollector[*]Interface`. * Exposed the `MediasoupStatsCollectorDeviceInterface` interface. * Fixed `ewmaRttInS` calculation in `PeerConnectionStatsCollector`. * Added `LayersChangedDetector` for experimental purposes. * Added `pcConnectionState` to the `PEER_CONNECTION_STATE_CHANGED` event. * Added `fpsVolatility` as a property to `inboundRtpEntry`.
- Loading branch information
1 parent
02a931b
commit 5c9529b
Showing
17 changed files
with
1,577 additions
and
1,204 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,9 +3,11 @@ on: | |
push: | ||
branches: | ||
- master | ||
- develop | ||
pull_request: | ||
branches: | ||
- master | ||
- develop | ||
|
||
jobs: | ||
publish: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.