Boris Grozev
9dffaec727
docs: Fixes documentation.
9 лет назад
Boris Grozev
7e7ee9f7b7
cleanup: Renames a confusingly named field.
9 лет назад
Boris Grozev
f05c85b52d
cleanup: Removes an unnecessary variable.
9 лет назад
Boris Grozev
de3596c2a0
cleanup: Renames a confusingly named field.
9 лет назад
Boris Grozev
01e4324109
cleanup: Removes unused code.
9 лет назад
Boris Grozev
24a2d6548e
cleanup: Renames a confusingly named field.
9 лет назад
Boris Grozev
54a1409554
cleanup: Simplifies code and documents the units.
9 лет назад
Boris Grozev
26e5ddcdcd
cleanup: Simplifies code.
9 лет назад
Boris Grozev
26c320b0c1
fix: Don't deliberately lose time resolution.
9 лет назад
Boris Grozev
5c6b1f6b2c
cleanup: Simplifies code.
9 лет назад
Boris Grozev
6af25ab09e
cleanup: Uses a helper function.
9 лет назад
Boris Grozev
691513de98
cleanup: Renames a confusingly named variable.
9 лет назад
Boris Grozev
2d11371b47
cleanup: Remove an unnecessary variable.
9 лет назад
Boris Grozev
0e99267fe3
cleanup: Renames a confusingly named variable.
9 лет назад
Boris Grozev
566284b07f
cleanup: Renames a confusingly named variable.
9 лет назад
Boris Grozev
f9e6bb30bf
cleanup: Renames a confusingly named variable.
9 лет назад
Boris Grozev
80a9d1cfad
cleanup: Renames a confusingly named variable.
9 лет назад
Boris Grozev
3177ddad44
cleanup: Remove a warning log message.
9 лет назад
hristoterezov
2bed1a7d5a
fix(statistics): sendEventToAll was not passing string to callstats
9 лет назад
hristoterezov
b354a3e655
fix(callstats): userID sent with the feedback
9 лет назад
damencho
9e806dcb81
Defaults to jitsi instead of focus for remote user id reported to callstats.
9 лет назад
hristoterezov
9075fcfc43
fix(JitsiConference.leave): Promise and logic
9 лет назад
damencho
6993a876ca
Reports resources as alias and usernames simultaneously to callstats backend.
9 лет назад
damencho
9dd1aafefa
Updates logs.
Updates to always use jitsi-meet-logger and print only errors for monitoring callstats callback.
9 лет назад
hristoterezov
14ad15d956
refactor(audio_problem): Remove audio problem detection
9 лет назад
hristoterezov
5b656903ac
feat(analytics): Add support for permanent properties and new parameters format
9 лет назад
hristoterezov
6858c5715c
feat(feedback): Tries to send the detailed feedback to analytics
9 лет назад
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 лет назад
Lyubomir Marinov
39488195d5
Add jsdocs
9 лет назад
Lyubomir Marinov
dee489bca4
Add jsdocs
9 лет назад
damencho
e591e6b9bf
Updates rtp stats to work with nwjs.
9 лет назад
Lyubomir Marinov
a08ec825c8
Use ES6
9 лет назад
damencho
b6fd14ce27
Adds detection of local audio levels from rtp stats.
9 лет назад
paweldomas
453346264e
feat(stats): log events for ICE disconnected,reconnected and failed
When ICE disconnects, reconnects or fails the events will be logged
on both Callstats and "analytics".
9 лет назад
damencho
c437997638
Updates callstats link by default to use websockets.
9 лет назад
paweldomas
a3debbb4b7
doc(statistics.js): remove FIXME for CallStats not working
The problem described by the FIXME has been fixed by CallStats.
9 лет назад
Lyubomir Marinov
0e7c83b46a
ES6 for JitsiTrackError
9 лет назад
Lyubomir Marinov
c435acd913
Enable ES6/ES2015
9 лет назад
damencho
a9dd9ad1d2
Adds a option to set custom callstats script.
9 лет назад
damencho
e71cc30b3f
Moves analytics event for feedback to the library.
9 лет назад
paweldomas
600cb75560
fix(statistics): create new CallStats instance after it was stopped
9 лет назад
damencho
7cd5a80206
Removes browser suffix adding to all action names.
Passing the browser name as parameter.
9 лет назад
hristoterezov
bcb3253df2
Implement audio problem detection
9 лет назад
hristoterezov
e457906e01
Fixes the issue with not able to send feedback after JitsiConference.leave
9 лет назад
damencho
bde1b89041
Typo.
9 лет назад
damencho
a94fab12f1
Adds optional label to analytics handler.
9 лет назад
damencho
2a6c07a6cc
Adds in statistics method to send event to cs and analytics.
9 лет назад
damencho
5ca17431e0
Fixes local audio levels after reload.
9 лет назад
hristoterezov
b2d1ed5d0d
Logs the reason for the reload
9 лет назад
damencho
643e8ca0ee
Adds caching of events to AnalyticsAdapter.
Use the caching from statistics, by calling loaded and dispose methods (onload and onerror).
9 лет назад