mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-04-29 10:44:33 +00:00
* feat(share-video) Allow sharing direct video links (mp4 etc) on mobile * fix linting * code review
7 lines
203 B
JavaScript
7 lines
203 B
JavaScript
// @flow
|
|
|
|
export { default as SharedVideoButton } from './SharedVideoButton';
|
|
export { default as SharedVideoDialog } from './SharedVideoDialog';
|
|
export { default as SharedVideo } from './SharedVideo';
|
|
|