7 lines
136 B
JavaScript
7 lines
136 B
JavaScript
|
// @flow
|
||
|
|
||
|
/**
|
||
|
* The default server URL to open if no other was specified.
|
||
|
*/
|
||
|
export const DEFAULT_SERVER_URL = 'https://meet.jit.si';
|