mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-13 02:22:30 +00:00
Audio only mode can be used to save bandwidth. In this mode local video is muted and last N is set to 0, thus disabling all remote video. When this mode is enabled avatars are shown.
3 lines
112 B
JavaScript
3 lines
112 B
JavaScript
export { default as AudioOnlyButton } from './AudioOnlyButton';
|
|
export { default as Toolbox } from './Toolbox';
|