mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-16 18:57:48 +00:00
Create a new React Component for displaying a list of dial-in numbers. The Component will fetch the numbers from a new numberRetreviewUrl key/value set in config. If not present in config, the Component will not be displayed.
5 lines
78 B
JavaScript
5 lines
78 B
JavaScript
export * from './actions';
|
|
export * from './components';
|
|
|
|
import './reducer';
|