jitsi-meet-electron/config.js

7 lines
139 B
JavaScript
Raw Normal View History

2016-12-12 21:46:47 +01:00
module.exports = {
/**
2017-07-14 23:24:30 +02:00
* The domain of the Jitsi Meet deployment that will be used.
*/
2017-07-14 23:24:30 +02:00
jitsiMeetDomain: "meet.jit.si"
2016-12-12 21:46:47 +01:00
};