mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-15 20:47:46 +00:00
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';
|