mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-11 15:22:31 +00:00
Only on web, since there is currently no equivalent on mobile. It encapsulates all funcionality related to opening the settings dialog / panel.
6 lines
208 B
JavaScript
6 lines
208 B
JavaScript
export * from './_';
|
|
|
|
export { default as AudioMuteButton } from './AudioMuteButton';
|
|
export { default as HangupButton } from './HangupButton';
|
|
export { default as VideoMuteButton } from './VideoMuteButton';
|