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';
|