jitsi-meet-electron/config.js
hristoterezov a94732fff5 feat(remotecontrol): Implements config option that removes the auth window by default
Use the auth dialog provided by Jitsi Meet instead.
2017-05-04 18:52:23 +02:00

14 lines
373 B
JavaScript

module.exports = {
/**
* The URL of the Jitsi Meet deployment that will be used.
*/
jitsiMeetURL: "https://meet.jit.si/",
/**
* If true, the authorization of remote control will be handled by jitsi
* meet electron app. Otherwise the authorization will be handled in Jitsi
* Meet.
*/
handleRemoteControlAuthorization: false
};