hristoterezov
c36b464bfc
fix(eslint): Add curly rule
hace 8 años
hristoterezov
fceb8606d8
fix(eslint): Add no-extra-parens rule
hace 8 años
hristoterezov
cefc270807
fix(electron): statistics
hace 9 años
hristoterezov
14053f3b83
refactor(statistics): Remove unused code
hace 9 años
Boris Grozev
62276e5456
cleanup: Removes mode unused code.
hace 9 años
Boris Grozev
b99136f199
cleanup: Renames a confusingly named class.
hace 9 años
Boris Grozev
c6c71c59f6
cleanup: Renames a confusingly named variable.
hace 9 años
Boris Grozev
d37a86e97d
cleanup: Renames a confuingly named function, and fixes its documentation.
hace 9 años
Boris Grozev
a601ec1e4a
cleanup: Renames a confusingly named function.
hace 9 años
Boris Grozev
e44394b476
cleanup: Renames a confusingle named function.
hace 9 años
Boris Grozev
a60b9aa0cb
cleanup: Renames a confusingly named variable and corrects the documentation.
hace 9 años
Boris Grozev
9dffaec727
docs: Fixes documentation.
hace 9 años
Boris Grozev
7e7ee9f7b7
cleanup: Renames a confusingly named field.
hace 9 años
Boris Grozev
f05c85b52d
cleanup: Removes an unnecessary variable.
hace 9 años
Boris Grozev
de3596c2a0
cleanup: Renames a confusingly named field.
hace 9 años
Boris Grozev
01e4324109
cleanup: Removes unused code.
hace 9 años
Boris Grozev
24a2d6548e
cleanup: Renames a confusingly named field.
hace 9 años
Boris Grozev
54a1409554
cleanup: Simplifies code and documents the units.
hace 9 años
Boris Grozev
26e5ddcdcd
cleanup: Simplifies code.
hace 9 años
Boris Grozev
26c320b0c1
fix: Don't deliberately lose time resolution.
hace 9 años
Boris Grozev
5c6b1f6b2c
cleanup: Simplifies code.
hace 9 años
Boris Grozev
6af25ab09e
cleanup: Uses a helper function.
hace 9 años
Boris Grozev
691513de98
cleanup: Renames a confusingly named variable.
hace 9 años
Boris Grozev
2d11371b47
cleanup: Remove an unnecessary variable.
hace 9 años
Boris Grozev
0e99267fe3
cleanup: Renames a confusingly named variable.
hace 9 años
Boris Grozev
566284b07f
cleanup: Renames a confusingly named variable.
hace 9 años
Boris Grozev
f9e6bb30bf
cleanup: Renames a confusingly named variable.
hace 9 años
Boris Grozev
80a9d1cfad
cleanup: Renames a confusingly named variable.
hace 9 años
Boris Grozev
3177ddad44
cleanup: Remove a warning log message.
hace 9 años
hristoterezov
14ad15d956
refactor(audio_problem): Remove audio problem detection
hace 9 años
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.
hace 9 años
Lyubomir Marinov
39488195d5
Add jsdocs
hace 9 años
Lyubomir Marinov
dee489bca4
Add jsdocs
hace 9 años
damencho
e591e6b9bf
Updates rtp stats to work with nwjs.
hace 9 años
Lyubomir Marinov
a08ec825c8
Use ES6
hace 9 años
damencho
b6fd14ce27
Adds detection of local audio levels from rtp stats.
hace 9 años
Lyubomir Marinov
c435acd913
Enable ES6/ES2015
hace 9 años
hristoterezov
bcb3253df2
Implement audio problem detection
hace 9 años
hristoterezov
36078b0e66
Implements audio problems detection
hace 9 años
Lyubomir Marinov
770ffa085e
Support statistics on React Native
hace 9 años
hristoterezov
dd3e1bc4a9
Calls the global error handler on every logger.error
hace 9 años
Lyubomir Marinov
349c6e2c35
Simplify the source code
hace 9 años
Lyubomir Marinov
62f5f4db72
Remove repetitive statistics lookups
hace 9 años
Lyubomir Marinov
948bf34062
Remove, optimize checks
hace 9 años
Lyubomir Marinov
7ea29f14fb
Reduce browser type checks in statistics
hace 9 años
Lyubomir Marinov
27a7d7da72
Reformat the source code for consistency
hace 9 años
hristoterezov
e6968912ae
Changes console.* to logger.*
hace 9 años
damencho
f89bf90bb7
Fixes loss reporting.
hace 9 años
isymchych
8c014e8f12
use statistics module to process peer connection statistics
hace 9 años
paweldomas
4153189561
Enables stats for Temasys plugin.
hace 10 años