Lyubo Marinov
|
13bfa61028
|
[eslint] prefer-arrow-callback
|
8 lat temu |
Lyubo Marinov
|
c991abf9ef
|
[eslint] prefer-template
|
8 lat temu |
Lyubo Marinov
|
5bff0ed543
|
[eslint] no-var
|
8 lat temu |
Lyubo Marinov
|
4293971466
|
[eslint] operator-linebreak
|
8 lat temu |
Lyubo Marinov
|
ed0d464392
|
[eslint] quotes
|
8 lat temu |
Lyubo Marinov
|
f8ab8015a2
|
[eslint] space-before-blocks
|
8 lat temu |
Lyubo Marinov
|
78217478d1
|
[eslint] space-before-function-paren
|
8 lat temu |
Lyubo Marinov
|
14147059b3
|
[eslint] spaced-comment
|
8 lat temu |
hristoterezov
|
c96898c478
|
fix(eslint): Add no-multi-spaces rule
|
8 lat temu |
hristoterezov
|
3e44723582
|
fix(eslint): Add indent rule
|
8 lat temu |
hristoterezov
|
f02a22d3f9
|
fix(eslint): Add brace-style rule
|
8 lat temu |
hristoterezov
|
c36b464bfc
|
fix(eslint): Add curly rule
|
8 lat temu |
Lyubo Marinov
|
596767d57e
|
[eslint] object-shorthand
|
8 lat temu |
paweldomas
|
935667f2fc
|
feat: add BEFORE_STATISTICS_DISPOSED event
|
8 lat temu |
hristoterezov
|
986719bd97
|
feat(Analytics): Multiple analytics handlers support
|
8 lat temu |
hristoterezov
|
14053f3b83
|
refactor(statistics): Remove unused code
|
8 lat temu |
hristoterezov
|
2bed1a7d5a
|
fix(statistics): sendEventToAll was not passing string to callstats
|
8 lat temu |
hristoterezov
|
9075fcfc43
|
fix(JitsiConference.leave): Promise and logic
|
8 lat temu |
hristoterezov
|
14ad15d956
|
refactor(audio_problem): Remove audio problem detection
|
8 lat temu |
hristoterezov
|
5b656903ac
|
feat(analytics): Add support for permanent properties and new parameters format
|
8 lat temu |
hristoterezov
|
6858c5715c
|
feat(feedback): Tries to send the detailed feedback to analytics
|
8 lat temu |
Lyubomir Marinov
|
dee489bca4
|
Add jsdocs
|
8 lat temu |
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".
|
8 lat temu |
damencho
|
c437997638
|
Updates callstats link by default to use websockets.
|
8 lat temu |
paweldomas
|
a3debbb4b7
|
doc(statistics.js): remove FIXME for CallStats not working
The problem described by the FIXME has been fixed by CallStats.
|
8 lat temu |
Lyubomir Marinov
|
0e7c83b46a
|
ES6 for JitsiTrackError
|
8 lat temu |
damencho
|
a9dd9ad1d2
|
Adds a option to set custom callstats script.
|
8 lat temu |
damencho
|
e71cc30b3f
|
Moves analytics event for feedback to the library.
|
8 lat temu |
paweldomas
|
600cb75560
|
fix(statistics): create new CallStats instance after it was stopped
|
8 lat temu |
hristoterezov
|
bcb3253df2
|
Implement audio problem detection
|
8 lat temu |
hristoterezov
|
e457906e01
|
Fixes the issue with not able to send feedback after JitsiConference.leave
|
8 lat temu |
damencho
|
2a6c07a6cc
|
Adds in statistics method to send event to cs and analytics.
|
8 lat temu |
damencho
|
5ca17431e0
|
Fixes local audio levels after reload.
|
8 lat temu |
hristoterezov
|
b2d1ed5d0d
|
Logs the reason for the reload
|
8 lat temu |
damencho
|
643e8ca0ee
|
Adds caching of events to AnalyticsAdapter.
Use the caching from statistics, by calling loaded and dispose methods (onload and onerror).
|
8 lat temu |
damencho
|
26231efbd7
|
Avoids using global JitsiMeetJS.
|
8 lat temu |
damencho
|
be22ab769b
|
Loads analytics js dynamically by searching for it next to the library or by using a custom script url option passed to the library on initialisation.
|
8 lat temu |
damencho
|
234f3384e1
|
Moves loading of analytics in the library.
|
8 lat temu |
hristoterezov
|
b1e4c8debe
|
Fixes issues after review PR #166
|
8 lat temu |
hristoterezov
|
faeda96206
|
Implements reload method in JitsiConference
|
8 lat temu |
tsareg
|
dd7b70d939
|
Do not send event to callstats when no audiooutput devices are available.
Fix non-ASCII letter in Statistics.sendActiveDeviceListEvent() method
|
8 lat temu |
hristoterezov
|
36078b0e66
|
Implements audio problems detection
|
8 lat temu |
damencho
|
f2817b9c42
|
Removes deprecated applicationLog, replaces it with applicationLog.
|
8 lat temu |
damencho
|
5aba0ac3a6
|
Adds event for active device list.
|
8 lat temu |
hristoterezov
|
cdf7734b3e
|
Fixes issue with the local audio levels
|
8 lat temu |
damencho
|
9153024377
|
Refactor callstats removing improve static calls to Statistics.
You can call static Statistics methods which will internally handle callstats instances to send stats. Drops handlers and JitsiMeetJS references.
|
8 lat temu |
damencho
|
158b3a5463
|
Sends recorder states to callstats.
|
8 lat temu |
damencho
|
d773e0bcff
|
Sends additional logs to callstats.
Logs versions of components and library version. Logs shard and region if available.
|
9 lat temu |
tsareg
|
e2bd4add58
|
Extracted code duplication into separate function
|
9 lat temu |
tsareg
|
c815e913d7
|
Transform JitsiTrackError into format acceptable by callstats
|
9 lat temu |