Saúl Ibarra Corretgé
154817b640
chore(*) fix sue of isNaN
- It can throw exceptions
- It doesn't return false on things which are not Number, just on things
that are not NaN
Fixes: https://github.com/jitsi/lib-jitsi-meet/issues/2743
6 miesięcy temu
Naman Jain
16564d9052
feat(ts) migrate MathUtil to TS
6 miesięcy temu
Hristo Terezov
c5dd1faae0
feat(analytics)connection time stats in join event
1 rok temu
Jaya Allamsetty
a433ca2dbc
feat(stats): Add the ability to enable callStats only on a certain % of conferences
5 lat temu
Jaya Allamsetty
a9ceee2de7
feat: PerformanceObserverStats initial commit
Add a performance stat around long tasks. Chrome supports PerformanceObserver API that lets us
register for long tasks event. Any task that takes longer than 50ms is considered a long task.
5 lat temu
Andrei Gavrilescu
e4b523d0fa
Noisy microphone detection (#1013)
* feat: implement vad noise detection
* start detection services on initial track add
* additional refactor / calibrate noise detection
* stop detection services on track remove
* address code review
* address code review p2
5 lat temu
paweldomas
5c674f923e
fix(RTC): protect from counter overflow
7 lat temu