paweldomas 461540d874 ref(stats): start the statsEmitter for both mobile and web
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).
2018-04-10 16:43:12 -05:00

6 lines
113 B
JavaScript

export * from './components';
export { default as statsEmitter } from './statsEmitter';
import './middleware';