Documentation
  • Stooa
  • Code of conduct
  • How to contribute
    • Translations
  • Development
    • Setup and run development environment
    • Structure
    • Creating a release
    • How to update Jitsi Meet Library?
    • How to update the API Platform autogenerated types?
Powered by GitBook
On this page
  • Project's package.json
  • How do we update the library?

Was this helpful?

  1. Development

How to update Jitsi Meet Library?

PreviousCreating a releaseNextHow to update the API Platform autogenerated types?

Last updated 2 years ago

Was this helpful?

Project's package.json

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

How do we update the library?

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

"lib-jitsi-meet": "https://github.com/jitsi/lib-jitsi-meet/releases/download/v1529.0.0%2B669dbcbb/lib-jitsi-meet.tgz",
package.json
jitsi-meet
jitsi-meet
lib-jitsi-meet repo releases