mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-02-09 07:20:19 +00:00
The welcomePageEnabled and pictureInPictureEnabled props on mobile have been converted to feature flags.
7 lines
137 B
JavaScript
7 lines
137 B
JavaScript
export * from './actions';
|
|
export * from './actionTypes';
|
|
export * from './constants';
|
|
export * from './functions';
|
|
|
|
import './reducer';
|