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.js 708B

1234567891011121314151617181920
  1. // @flow
  2. export { default as KickButton } from './KickButton';
  3. export {
  4. default as KickRemoteParticipantDialog
  5. } from './KickRemoteParticipantDialog';
  6. export { default as MuteButton } from './MuteButton';
  7. export {
  8. default as MuteRemoteParticipantDialog
  9. } from './MuteRemoteParticipantDialog';
  10. export { default as PrivateMessageMenuButton } from './PrivateMessageMenuButton';
  11. export {
  12. REMOTE_CONTROL_MENU_STATES,
  13. default as RemoteControlButton
  14. } from './RemoteControlButton';
  15. export { default as RemoteVideoMenu } from './RemoteVideoMenu';
  16. export {
  17. default as RemoteVideoMenuTriggerButton
  18. } from './RemoteVideoMenuTriggerButton';
  19. export { default as VolumeSlider } from './VolumeSlider';