Boris Grozev
e44394b476
cleanup: Renames a confusingle named function.
9 years ago
Boris Grozev
a60b9aa0cb
cleanup: Renames a confusingly named variable and corrects the documentation.
9 years ago
Boris Grozev
9dffaec727
docs: Fixes documentation.
9 years ago
Boris Grozev
7e7ee9f7b7
cleanup: Renames a confusingly named field.
9 years ago
Boris Grozev
f05c85b52d
cleanup: Removes an unnecessary variable.
9 years ago
Boris Grozev
de3596c2a0
cleanup: Renames a confusingly named field.
9 years ago
Boris Grozev
01e4324109
cleanup: Removes unused code.
9 years ago
Boris Grozev
24a2d6548e
cleanup: Renames a confusingly named field.
9 years ago
Boris Grozev
54a1409554
cleanup: Simplifies code and documents the units.
9 years ago
Boris Grozev
26e5ddcdcd
cleanup: Simplifies code.
9 years ago
Boris Grozev
26c320b0c1
fix: Don't deliberately lose time resolution.
9 years ago
Boris Grozev
5c6b1f6b2c
cleanup: Simplifies code.
9 years ago
Boris Grozev
6af25ab09e
cleanup: Uses a helper function.
9 years ago
Boris Grozev
691513de98
cleanup: Renames a confusingly named variable.
9 years ago
Boris Grozev
2d11371b47
cleanup: Remove an unnecessary variable.
9 years ago
Boris Grozev
0e99267fe3
cleanup: Renames a confusingly named variable.
9 years ago
Boris Grozev
566284b07f
cleanup: Renames a confusingly named variable.
9 years ago
Boris Grozev
f9e6bb30bf
cleanup: Renames a confusingly named variable.
9 years ago
Boris Grozev
80a9d1cfad
cleanup: Renames a confusingly named variable.
9 years ago
Boris Grozev
3177ddad44
cleanup: Remove a warning log message.
9 years ago
hristoterezov
14ad15d956
refactor(audio_problem): Remove audio problem detection
9 years ago
Lyubomir Marinov
90ee7e8a54
ESLint
Our JSHint configuration is not extensive and we have excluded multiple
files from linting. Additionally, we have seen JSHint to be unable to
parse newer ECMAScript features such as the object spread operator
(proposal).
On the other hand, we have seen ESLint to beautifully work on React and
React Native source code in addition to ES2015 and later. Introduce
ESLint alongside JSHint as an intermediate step to eventually switching
from JSHint to ESLint.
As our source code does not fully follow even the JSHint rules we have,
it is very difficult to introduce ESLint with many rules. At the
beginning, introduce it with as little rules as possible. Morever,
ESLint is able to automatically fix certain rule offenders so once we
have ESLint merged we can incrementally add new rules while keeping our
commits' modification on as little subjects as possible.
9 years ago
Lyubomir Marinov
39488195d5
Add jsdocs
9 years ago
Lyubomir Marinov
dee489bca4
Add jsdocs
9 years ago
damencho
e591e6b9bf
Updates rtp stats to work with nwjs.
9 years ago
Lyubomir Marinov
a08ec825c8
Use ES6
9 years ago
damencho
b6fd14ce27
Adds detection of local audio levels from rtp stats.
9 years ago
Lyubomir Marinov
c435acd913
Enable ES6/ES2015
9 years ago
hristoterezov
bcb3253df2
Implement audio problem detection
9 years ago
hristoterezov
36078b0e66
Implements audio problems detection
9 years ago
Lyubomir Marinov
770ffa085e
Support statistics on React Native
9 years ago
hristoterezov
dd3e1bc4a9
Calls the global error handler on every logger.error
9 years ago
Lyubomir Marinov
349c6e2c35
Simplify the source code
9 years ago
Lyubomir Marinov
62f5f4db72
Remove repetitive statistics lookups
9 years ago
Lyubomir Marinov
948bf34062
Remove, optimize checks
9 years ago
Lyubomir Marinov
7ea29f14fb
Reduce browser type checks in statistics
9 years ago
Lyubomir Marinov
27a7d7da72
Reformat the source code for consistency
9 years ago
hristoterezov
e6968912ae
Changes console.* to logger.*
9 years ago
damencho
f89bf90bb7
Fixes loss reporting.
10 years ago
isymchych
8c014e8f12
use statistics module to process peer connection statistics
10 years ago
paweldomas
4153189561
Enables stats for Temasys plugin.
10 years ago
Boris Grozev
742a0bc6ac
Removes hard-coded constants and uses the events API in the statistics
module.
10 years ago
Boris Grozev
e647c2bf28
Don't treat 0 as false (avoid a warning when the receivedPackets or
sentPackets stat is 0, and possibly fixes misinterpreting a remove
stream as a local).
10 years ago
hristoterezov
e1cc5e5aac
Changes the logger from console to jitsi-meet-logger
10 years ago
hristoterezov
9e0191819a
Implements audio levels.
10 years ago
Boris Grozev
72d4ecb607
initial commit
10 years ago