mirror of https://github.com/jitsi/jitsi-meet
Move it away from AbstractApp into an auxiliary function. In addition, introduce a new `getServerURL` function which gets the configured server URL and defaults to meet.jit.si as before.pull/3243/head
parent
980648df4d
commit
3bfab7718f
@ -0,0 +1,6 @@ |
||||
// @flow
|
||||
|
||||
/** |
||||
* The default server URL to open if no other was specified. |
||||
*/ |
||||
export const DEFAULT_SERVER_URL = 'https://meet.jit.si'; |
Loading…
Reference in new issue