mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-11 01:02:30 +00:00
Also unify the mobile and web features into one, even though internally they still have separate ways to enable the functionality.
7 lines
215 B
JavaScript
7 lines
215 B
JavaScript
// @flow
|
|
|
|
export { default as SharedVideoButton } from './SharedVideoButton';
|
|
export { default as SharedVideoDialog } from './SharedVideoDialog';
|
|
export { default as YoutubeLargeVideo } from './YoutubeLargeVideo';
|
|
|