How to update Jitsi Meet Library?
Last updated
Was this helpful?
Last updated
Was this helpful?
We are using the official javascript jitsi meet library:
https://github.com/jitsi/lib-jitsi-meet
To use the library as a package we need to refer it to the release gzip, as they do in their jitsi-meet react application
Replacing the link in the of the stooa's frontend
app.
We use as reference the version used in which is the most stable version and used on their production web app.
Where to get the link? You can copy it from the package.json
or head to and copy the .tgz link from the "Assets" in the release.
Link should look like this: https://github.com/jitsi/lib-jitsi-meet/releases/download/v1535.0.0%2Be6263e7c/lib-jitsi-meet.tgz