mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-16 23:17:46 +00:00
9 lines
138 B
JavaScript
9 lines
138 B
JavaScript
/* @flow */
|
|
|
|
// Polyfill URL for Internet Explorer.
|
|
import 'url-polyfill';
|
|
|
|
declare var JitsiMeetJS: Object;
|
|
|
|
export default JitsiMeetJS;
|