mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-12 13:02:35 +00:00
* feat(shared-video): Shows confirmation dialog before playing video. * feat(shared-video/native): created ShareVideoConfirmDialog and unified actions * squash: Simplifies state and fixes stop and then start scenario. * squash: Use constants everywhere. * squash: Use helper function. * squash: Ignore any command with not matching video URL. --------- Co-authored-by: Calin-Teodor <calin.chitu@8x8.com>
5 lines
251 B
TypeScript
5 lines
251 B
TypeScript
// @ts-ignore
|
|
export { default as SharedVideoDialog } from './native/SharedVideoDialog';
|
|
export { default as SharedVideoButton } from './native/SharedVideoButton';
|
|
export { default as ShareVideoConfirmDialog } from './native/ShareVideoConfirmDialog';
|