mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-17 08:17:48 +00:00
The config object defined by lib-jitsi-meet is not used by lib-jitsi-meet only, jitsi-meet respects its values as well. Moreover, jitsi-meet defined classes and/or functions which manipulate that config object. Consequently, it makes sense to move the config object and the associated classes and functions in a dedicated feature.
5 lines
79 B
JavaScript
5 lines
79 B
JavaScript
export * from './actions';
|
|
export * from './actionTypes';
|
|
|
|
import './reducer';
|