mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-04-27 00:20:15 +00:00
Moves the statsEmitter.start() invocation to the middleware of the connection-indicator feature, so that it's started for both mobile and web (now mobile needs RTP stats for the tests).
6 lines
113 B
JavaScript
6 lines
113 B
JavaScript
export * from './components';
|
|
|
|
export { default as statsEmitter } from './statsEmitter';
|
|
|
|
import './middleware';
|