jitsi-meet-electron/app/features/settings/styled/index.js
akshitkrnagpal 3bd9970c12 Add ability to configure the server URL
The configured server URL will be used when the room URL is not
a full URL. If a full URL is given, the target server is joined.

The default server URL is https://meet.jit.si
2018-06-25 21:33:28 +02:00

3 lines
132 B
JavaScript

export { default as AvatarContainer } from './AvatarContainer';
export { default as SettingsContainer } from './SettingsContainer';