mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-01 08:30:19 +00:00
6 lines
434 B
TypeScript
6 lines
434 B
TypeScript
export { default as GrantModeratorDialog } from './web/GrantModeratorDialog';
|
|
export { default as KickRemoteParticipantDialog } from './web/KickRemoteParticipantDialog';
|
|
export { default as MuteEveryoneDialog } from './web/MuteEveryoneDialog';
|
|
export { default as MuteEveryonesVideoDialog } from './web/MuteEveryonesVideoDialog';
|
|
export { default as MuteRemoteParticipantsVideoDialog } from './web/MuteRemoteParticipantsVideoDialog';
|