You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.web.ts 434B

12345
  1. export { default as GrantModeratorDialog } from './web/GrantModeratorDialog';
  2. export { default as KickRemoteParticipantDialog } from './web/KickRemoteParticipantDialog';
  3. export { default as MuteEveryoneDialog } from './web/MuteEveryoneDialog';
  4. export { default as MuteEveryonesVideoDialog } from './web/MuteEveryonesVideoDialog';
  5. export { default as MuteRemoteParticipantsVideoDialog } from './web/MuteRemoteParticipantsVideoDialog';