Files
jitsi-meet/react/features/shared-video/components/native/index.js
Avram Tudor e421a119e1 feat(share-video) Allow sharing direct video links (mp4 etc) on mobile (#9511)
* feat(share-video) Allow sharing direct video links (mp4 etc) on mobile

* fix linting

* code review
2021-08-02 15:55:52 +03:00

7 lines
203 B
JavaScript

// @flow
export { default as SharedVideoButton } from './SharedVideoButton';
export { default as SharedVideoDialog } from './SharedVideoDialog';
export { default as SharedVideo } from './SharedVideo';