diff options
author | Saúl Ibarra Corretgé <s@saghul.net> | 2020-09-25 10:33:11 +0200 |
---|---|---|
committer | Saúl Ibarra Corretgé <s@saghul.net> | 2020-09-25 10:33:11 +0200 |
commit | 730a6890bee02e2c5b90f9e19f896b6c05d4461c (patch) | |
tree | 0f65e233fa8b94f204db23109632f47deae52806 /README.md | |
parent | 0bb919cffc2c8ad41564226d5b3ae30acf866201 (diff) |
Simplify validating server URL
There is no need to send a HEAD request to the server since we now
bundle external_api.js.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -31,18 +31,6 @@ brew cask install jitsi-meet ### Using it with your own Jitsi Meet installation -In order to use this application with your own Jitsi Meet installation it's -necessary to enable the External API. Your server must serve a `external_api.js` -file at the root of the installation. - -Here is an example using nginx: - -``` -location /external_api.js { - alias /usr/share/jitsi-meet/libs/external_api.min.js; -} -``` - :warning: The following additional HTTP headers are known to break the Electron App: ``` |