jiti-meet/react/features/recording/components/index.js

13 lines
345 B
JavaScript

export {
LiveStreamButton,
StartLiveStreamDialog,
StopLiveStreamDialog
} from './LiveStream';
export {
RecordButton,
StartRecordingDialog,
StopRecordingDialog
} from './Recording';
export { default as RecordingLabel } from './RecordingLabel';
export { default as RecordingExpandedLabel } from './RecordingExpandedLabel';