Skip to content
Snippets Groups Projects
Commit 1c83507f authored by Saúl Ibarra Corretgé's avatar Saúl Ibarra Corretgé Committed by Hristo Terezov
Browse files

Document how to use with own instalation

parent cc91dae9
No related branches found
No related tags found
No related merge requests found
...@@ -35,6 +35,20 @@ sudo apt-get install libnss3 ...@@ -35,6 +35,20 @@ sudo apt-get install libnss3
</details> </details>
### 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;
}
```
## Development ## Development
If you want to hack on this project, here is how you do it. If you want to hack on this project, here is how you do it.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment