mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 16:47:46 +00:00
12 lines
267 B
JavaScript
12 lines
267 B
JavaScript
export {
|
|
LiveStreamButton,
|
|
StartLiveStreamDialog,
|
|
StopLiveStreamDialog
|
|
} from './LiveStream';
|
|
export {
|
|
RecordButton,
|
|
StartRecordingDialog,
|
|
StopRecordingDialog
|
|
} from './Recording';
|
|
export { default as RecordingLabel } from './RecordingLabel';
|