mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-04-30 04:00:16 +00:00
This refactors all handling of audio-only and last N to 2 features in preparation for "low bandwidth mode". The main motivation to do this is that lastN is a "global" setting so it helps to have all processing for it in a single place.
7 lines
89 B
JavaScript
7 lines
89 B
JavaScript
// @flow
|
|
|
|
export * from './actions';
|
|
export * from './actionTypes';
|
|
|
|
import './reducer';
|