2018-12-19 19:40:17 +01:00
|
|
|
// @flow
|
|
|
|
|
|
2020-11-10 16:49:38 +02:00
|
|
|
export { default as GrantModeratorDialog } from './GrantModeratorDialog';
|
|
|
|
|
export { default as KickRemoteParticipantDialog } from './KickRemoteParticipantDialog';
|
|
|
|
|
export { default as MuteEveryoneDialog } from './MuteEveryoneDialog';
|
2021-03-22 11:49:25 +02:00
|
|
|
export { default as MuteEveryonesVideoDialog } from './MuteEveryonesVideoDialog';
|
2021-06-07 18:19:01 +03:00
|
|
|
export { default as MuteRemoteParticipantsVideoDialog } from './MuteRemoteParticipantsVideoDialog';
|
2022-01-28 12:47:54 +02:00
|
|
|
export { default as LocalVideoMenu } from './LocalVideoMenu';
|
2018-12-19 19:40:17 +01:00
|
|
|
export { default as RemoteVideoMenu } from './RemoteVideoMenu';
|
2021-08-04 11:51:05 +03:00
|
|
|
export { default as SharedVideoMenu } from './SharedVideoMenu';
|
2021-06-07 18:19:01 +03:00
|
|
|
export { default as VolumeSlider } from './VolumeSlider';
|