2016-11-23 21:46:46 +00:00
|
|
|
import './native';
|
|
|
|
|
|
|
|
// Re-export JitsiMeetJS from the library lib-jitsi-meet to (the other features
|
2017-05-08 14:43:55 +00:00
|
|
|
// of) the project jitsi-meet.
|
2016-11-23 21:46:46 +00:00
|
|
|
//
|
2022-01-25 10:01:52 +00:00
|
|
|
|
|
|
|
import JitsiMeetJS from 'lib-jitsi-meet';
|
2016-11-23 21:46:46 +00:00
|
|
|
export { JitsiMeetJS as default };
|