mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-18 22:07:47 +00:00
8 lines
237 B
JavaScript
8 lines
237 B
JavaScript
export { StartLiveStreamDialog, StopLiveStreamDialog } from './LiveStream';
|
|
export {
|
|
RecordButton,
|
|
StartRecordingDialog,
|
|
StopRecordingDialog
|
|
} from './Recording';
|
|
export { default as RecordingLabel } from './RecordingLabel';
|