Files
jitsi-meet/react/features/base/net-info/events.js
paweldomas 6ae9bbe0c5 feat: report analytics for the network connection
Will emit new 'network.info' action with the online/offline status and
extra details for native like the network type and
'isConnectionExpensive' flag.
2019-08-23 13:36:33 -05:00

2 lines
79 B
JavaScript

export const ONLINE_STATE_CHANGED_EVENT = 'network-info-online-status-change';