Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

index.js 626B

12345678910111213141516171819
  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 {
  11. REMOTE_CONTROL_MENU_STATES,
  12. default as RemoteControlButton
  13. } from './RemoteControlButton';
  14. export { default as RemoteVideoMenu } from './RemoteVideoMenu';
  15. export {
  16. default as RemoteVideoMenuTriggerButton
  17. } from './RemoteVideoMenuTriggerButton';
  18. export { default as VolumeSlider } from './VolumeSlider';