mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 22:37:46 +00:00
* feat(toolbox) allow any toolbox button to be displayed as main fixes the previous behaviour where only a certain set of buttons were whitelisted for being displayed in the main toolbar * code review * code review - fix avatar icon position
7 lines
300 B
JavaScript
7 lines
300 B
JavaScript
export { default as VideoQualityButton } from './VideoQualityButton.web';
|
|
export { default as VideoQualityDialog } from './VideoQualityDialog';
|
|
export { default as VideoQualityLabel } from './VideoQualityLabel';
|
|
export {
|
|
default as VideoQualityExpandedLabel
|
|
} from './VideoQualityExpandedLabel';
|