so when we run sudo apt install jitsi-meet
is the compiled code in /usr/share/jitsi-meet built from a commit from this repository GitHub - jitsi/jitsi-meet: Jitsi Meet - Secure, Simple and Scalable Video Conferences that you use as a standalone app or embed in your web application. ? If so, how do I determine which commit the compiled code was built from?
thank you, so how do I get the corresponding files from GitHub - jitsi/lib-jitsi-meet: A low-level JS video API that allows adding a completely custom video experience to web apps.?
If you know the jitsi-meet version, you can look at package.json for that version to work out the corresponding lib-jitsi-meet version.
For example:
2 Likes