2016-10-05 14:36:59 +00:00
|
|
|
// Re-export JitsiMeetJS from the library lib-jitsi-meet to (the other features
|
|
|
|
// of) the project jitsi-meet-react.
|
2016-11-23 21:46:46 +00:00
|
|
|
import JitsiMeetJS from './_';
|
2016-10-05 14:36:59 +00:00
|
|
|
export { JitsiMeetJS as default };
|
|
|
|
|
|
|
|
export * from './actions';
|
|
|
|
export * from './actionTypes';
|
|
|
|
export * from './functions';
|