Files
jitsi-meet/react/features/shared-video/components/web/index.js
Calinteodor 430591bd1e feat(shared-video) refactor dialog to use React
Also unify the mobile and web features into one, even though internally they still have separate ways to enable the functionality.
2021-03-03 15:37:38 +01:00

6 lines
147 B
JavaScript

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