This website requires JavaScript.
Explore
Help
Register
Sign In
ZF
/
jitsi-meet
Watch
1
Star
0
Fork
0
You've already forked jitsi-meet
mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced
2026-05-14 23:47:47 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d6888fa2d8dc53bd22febc3df7170adfa2d65621
jitsi-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 10:48:32 -08: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 14:14:03 -05:00
export
*
from
'./functions'
;
Reference in New Issue
Copy Permalink