94 Commits (d6a3e8fb3c867e7dc458b647a5e0ae28aaf3ebf2)

Autor SHA1 Mensaje Fecha
  Lyubomir Marinov 0e7c83b46a ES6 for JitsiTrackError hace 9 años
  Lyubomir Marinov c435acd913 Enable ES6/ES2015 hace 9 años
  damencho a9dd9ad1d2 Adds a option to set custom callstats script. hace 9 años
  damencho e71cc30b3f Moves analytics event for feedback to the library. hace 9 años
  paweldomas 600cb75560 fix(statistics): create new CallStats instance after it was stopped hace 9 años
  damencho 7cd5a80206 Removes browser suffix adding to all action names. hace 9 años
  hristoterezov bcb3253df2 Implement audio problem detection hace 9 años
  hristoterezov e457906e01 Fixes the issue with not able to send feedback after JitsiConference.leave hace 9 años
  damencho bde1b89041 Typo. hace 9 años
  damencho a94fab12f1 Adds optional label to analytics handler. hace 9 años
  damencho 2a6c07a6cc Adds in statistics method to send event to cs and analytics. hace 9 años
  damencho 5ca17431e0 Fixes local audio levels after reload. hace 9 años
  hristoterezov b2d1ed5d0d Logs the reason for the reload hace 9 años
  damencho 643e8ca0ee Adds caching of events to AnalyticsAdapter. hace 9 años
  damencho 26231efbd7 Avoids using global JitsiMeetJS. hace 9 años
  damencho 3f6a8aee7c Adds re-initialize of callstats if addNewFabric fail. hace 9 años
  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. hace 9 años
  damencho 234f3384e1 Moves loading of analytics in the library. hace 9 años
  damencho d376801be4 Adds browser suffix to all events reported to analytics. hace 9 años
  damencho 62906b62f7 Introduces analytics interface to report events. hace 9 años
  damencho 9bb44a2562 Updates cs log for audio detect problem. hace 9 años
  hristoterezov b1e4c8debe Fixes issues after review PR #166 hace 9 años
  hristoterezov faeda96206 Implements reload method in JitsiConference hace 9 años
  tsareg dd7b70d939 Do not send event to callstats when no audiooutput devices are available. hace 9 años
  hristoterezov 36078b0e66 Implements audio problems detection hace 9 años
  damencho f2817b9c42 Removes deprecated applicationLog, replaces it with applicationLog. hace 9 años
  damencho 75c1f95f80 Changes the way we initialize callstats. hace 9 años
  damencho 5aba0ac3a6 Adds event for active device list. hace 9 años
  hristoterezov cdf7734b3e Fixes issue with the local audio levels hace 9 años
  damencho 9153024377 Refactor callstats removing improve static calls to Statistics. hace 9 años
  damencho 158b3a5463 Sends recorder states to callstats. hace 9 años
  damencho d773e0bcff Sends additional logs to callstats. hace 9 años
  tsareg e2bd4add58 Extracted code duplication into separate function hace 9 años
  damencho 5fc17d6d8a Reports application error on unhandled errors. hace 9 años
  Lyubomir Marinov 770ffa085e Support statistics on React Native hace 9 años
  tsareg c815e913d7 Transform JitsiTrackError into format acceptable by callstats hace 9 años
  tsareg f8ed717be6 Start callStats as soon as second participant join the room, maybe even without established jingle session and peer connection hace 9 años
  paweldomas f88adc5a6e Adds 'audioLevelsInterval' config option 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 721fa9c523 Remove unnecessary checks hace 9 años
  Lyubomir Marinov dbe731ca63 Remove unused EventEmitter hace 9 años
  Lyubomir Marinov 27a7d7da72 Reformat the source code for consistency hace 9 años
  hristoterezov d137c752f7 Adds console.warn to callstats.reportError if the error parameter is null. hace 9 años
  hristoterezov 80d69ec992 Changes the implementation of reportError to callstats to create Error object if the error parameter is null. hace 9 años
  hristoterezov 5ec7cd352d Fix JS error returned by callstats when no error is passed to be reported hace 9 años
  hristoterezov e6968912ae Changes console.* to logger.* hace 9 años