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