Some checks failed
Close stale issues and PRs / stale (push) Has been cancelled
7 lines
514 B
TypeScript
7 lines
514 B
TypeScript
export { default as DemoteToVisitorDialog } from './web/DemoteToVisitorDialog';
|
|
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';
|