mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-04-04 09:50:19 +00:00
Will emit new 'network.info' action with the online/offline status and extra details for native like the network type and 'isConnectionExpensive' flag.
6 lines
113 B
JavaScript
6 lines
113 B
JavaScript
// @flow
|
|
|
|
import { getLogger } from '../logging/functions';
|
|
|
|
export default getLogger('features/base/net-info');
|