The error raised by JitsiMeetJS.init() is already in the state of features/base/lib-jitsi-meet so it's not a good design to store the same error in the state of features/unsupported-browser.
6 lines
101 B
JavaScript
6 lines
101 B
JavaScript
export * from './actions';
|
|
export * from './components';
|
|
|
|
import './middleware';
|
|
import './reducer';
|