damencho
643e8ca0ee
Adds caching of events to AnalyticsAdapter.
Use the caching from statistics, by calling loaded and dispose methods (onload and onerror).
9 lat temu
damencho
26231efbd7
Avoids using global JitsiMeetJS.
9 lat temu
damencho
3f6a8aee7c
Adds re-initialize of callstats if addNewFabric fail.
9 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.
9 lat temu
damencho
234f3384e1
Moves loading of analytics in the library.
9 lat temu
damencho
d376801be4
Adds browser suffix to all events reported to analytics.
9 lat temu
damencho
62906b62f7
Introduces analytics interface to report events.
Adds events for various disconnects, failures and reloads.
9 lat temu
damencho
9bb44a2562
Updates cs log for audio detect problem.
9 lat temu
hristoterezov
b1e4c8debe
Fixes issues after review PR #166
9 lat temu
hristoterezov
faeda96206
Implements reload method in JitsiConference
9 lat temu
tsareg
dd7b70d939
Do not send event to callstats when no audiooutput devices are available.
Fix non-ASCII letter in Statistics.sendActiveDeviceListEvent() method
9 lat temu
hristoterezov
36078b0e66
Implements audio problems detection
9 lat temu
damencho
f2817b9c42
Removes deprecated applicationLog, replaces it with applicationLog.
9 lat temu
damencho
75c1f95f80
Changes the way we initialize callstats.
Call addNewFabric only if callstats is initialized, there are certain situations when the init callback for some reason is slow and we call addNewFabric before callstats is initialized and we skip the peerconnection reported so we are missing the stats. Reports data only if callstats had initialized, adds caching of associateMstWithUserID calls.
9 lat temu
damencho
5aba0ac3a6
Adds event for active device list.
9 lat temu
hristoterezov
cdf7734b3e
Fixes issue with the local audio levels
9 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.
9 lat temu
damencho
158b3a5463
Sends recorder states to callstats.
9 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
damencho
5fc17d6d8a
Reports application error on unhandled errors.
9 lat temu
Lyubomir Marinov
770ffa085e
Support statistics on React Native
9 lat temu
tsareg
c815e913d7
Transform JitsiTrackError into format acceptable by callstats
9 lat temu
tsareg
f8ed717be6
Start callStats as soon as second participant join the room, maybe even without established jingle session and peer connection
9 lat temu
paweldomas
f88adc5a6e
Adds 'audioLevelsInterval' config option
9 lat temu
hristoterezov
dd3e1bc4a9
Calls the global error handler on every logger.error
9 lat temu
Lyubomir Marinov
349c6e2c35
Simplify the source code
9 lat temu
Lyubomir Marinov
62f5f4db72
Remove repetitive statistics lookups
9 lat temu
Lyubomir Marinov
948bf34062
Remove, optimize checks
9 lat temu
Lyubomir Marinov
7ea29f14fb
Reduce browser type checks in statistics
9 lat temu
Lyubomir Marinov
721fa9c523
Remove unnecessary checks
9 lat temu
Lyubomir Marinov
dbe731ca63
Remove unused EventEmitter
9 lat temu
Lyubomir Marinov
27a7d7da72
Reformat the source code for consistency
9 lat temu
hristoterezov
d137c752f7
Adds console.warn to callstats.reportError if the error parameter is null.
9 lat temu
hristoterezov
80d69ec992
Changes the implementation of reportError to callstats to create Error object if the error parameter is null.
9 lat temu
hristoterezov
5ec7cd352d
Fix JS error returned by callstats when no error is passed to be reported
9 lat temu
hristoterezov
e6968912ae
Changes console.* to logger.*
9 lat temu
damencho
1521c7da5e
Report the error as object to callstats, not as string.
9 lat temu
damencho
f79f76fb8c
Removes fabricSetupFailed and adds iceConnectionFailure for callstats.
9 lat temu
hristoterezov
49bd22e976
Fixes issue with callstats confID
9 lat temu
damencho
fb5a36a48f
Sends the stack when reporting errors.
9 lat temu
damencho
66806b6b2e
Fixes callstats wrtcFuncNames signalingError.
9 lat temu
Boris Grozev
eb5f0dce0b
Sends dominant speaker events to callstats.
9 lat temu
damencho
d11ec5f6de
Adds screenShareStart and screenShareStop events to callstats reports.
10 lat temu
hristoterezov
f695301d50
Fixes callstats issue: Cannot send feedback to callstats after JitsiConference.leave
10 lat temu
damencho
b7e1654670
Adds global error handler function and option to auto enable it. Reports unhandled exceptions catched by error handler through callstats.
10 lat temu
damencho
f89bf90bb7
Fixes loss reporting.
10 lat temu
isymchych
cdf871dc2f
allow to select devices on Firefox
10 lat temu
paweldomas
6f6b409951
Passes the info about stream renderer element id to CallStats.
10 lat temu
paweldomas
6d23259308
Removes getPeerSSRCAudioLevel from statistics which was replaced by another method for 'torture' purposes here:
482f71f5ea
10 lat temu