* 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.
5 lines
110 B
JavaScript
5 lines
110 B
JavaScript
export * from './helpers';
|
|
export * from './loadScript';
|
|
export * from './randomUtil';
|
|
export * from './uri';
|