mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-01-24 23:50:18 +00:00
- opens as a modal - lastn is 0, mutes local video while open - long press to talk - and more
7 lines
232 B
JavaScript
7 lines
232 B
JavaScript
// @flow
|
|
|
|
export { default as Chat } from './Chat';
|
|
export { default as ChatAndPolls } from './ChatAndPolls';
|
|
export { default as ChatButton } from './ChatButton';
|
|
export { default as ChatPrivacyDialog } from './ChatPrivacyDialog';
|