Files
jitsi-meet/react/features/participants-pane/components/native/index.js
Calinteodor 3c2ad24652 fix(shared-video,video-menu) add ability to stop shared video from video menu
Specifically, in the bottom sheet (on mobile) and participants pane.
2021-08-04 10:51:05 +02:00

7 lines
332 B
JavaScript

// @flow
export { default as MeetingParticipantList } from './MeetingParticipantList';
export { default as ParticipantsPane } from './ParticipantsPane';
export { default as ParticipantsPaneButton } from './ParticipantsPaneButton';
export { default as ContextMenuLobbyParticipantReject } from './ContextMenuLobbyParticipantReject';