aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSaúl Ibarra Corretgé <s@saghul.net>2020-09-25 10:33:11 +0200
committerSaúl Ibarra Corretgé <s@saghul.net>2020-09-25 10:33:11 +0200
commit730a6890bee02e2c5b90f9e19f896b6c05d4461c (patch)
tree0f65e233fa8b94f204db23109632f47deae52806 /README.md
parent0bb919cffc2c8ad41564226d5b3ae30acf866201 (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.md12
1 files changed, 0 insertions, 12 deletions
diff --git a/README.md b/README.md
index ad8c2a2..6ab5223 100644
--- a/README.md
+++ b/README.md
@@ -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:
```