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 432B

1234567891011
  1. export { default as KickButton } from './KickButton';
  2. export { default as MuteButton } from './MuteButton';
  3. export {
  4. REMOTE_CONTROL_MENU_STATES,
  5. default as RemoteControlButton
  6. } from './RemoteControlButton';
  7. export { default as RemoteVideoMenu } from './RemoteVideoMenu';
  8. export {
  9. default as RemoteVideoMenuTriggerButton
  10. } from './RemoteVideoMenuTriggerButton';
  11. export { default as VolumeSlider } from './VolumeSlider';