This website requires JavaScript.
Explore
Help
Sign In
haskal
/
jiti-meet
Watch
1
Star
0
Fork
You've already forked jiti-meet
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d169bd5007
jiti-meet
/
react
/
features
/
analytics
/
index.js
3 lines
64 B
JavaScript
Raw
Normal View
History
Unescape
Escape
ref(analytics): centralize all event names (#2272) * ref(analytics): centralize all event names * squash: fix typo and alpha ordering * squash: rename file to AnalyticsEvents to parallel lib-jitsi-meet
2017-12-11 18:48:32 +00:00
export
*
from
'./AnalyticsEvents'
;
Moves analytics loading to react. (#1945) * feat(analytics): move to React The analytics handlers have been moved to JitsiMeetGlobalNS, so now they are stored in `window.JitsiMeetJS.app.analyticsHandlers`. The analytics handlers are re-downloaded and re-initialized on every lib-jitsi-meet initialization, which happens every time the config is changed (moving between deployments in the mobile app). * Adds legacy support for old analytics location.
2017-09-01 19:14:03 +00:00
export
*
from
'./functions'
;