Open peigongdsd opened 1 year ago
The package was updated 3 weeks ago by your robot @ryantm, but to a rather old version. Is there anything wrong with your bot?
the bot just runs the update script, so you should check that
it seems like the new jitsi-meet version is a bit more involved, so we need to build stuff with npm now and noone packaged it yet the right way
alright, a bit of investigation later, it seems like https://download.jitsi.org/stable/ has a jitsi-meet version of 2.0.9111-1_all.deb but that package is quite small, since it's only a dummy package. investigating the debian metadata in the .deb yield following control file:
ackage: jitsi-meet
Version: 2.0.9111-1
Architecture: all
Maintainer: Jitsi Team <dev@jitsi.org>
Installed-Size: 13
Pre-Depends: jitsi-videobridge2 (= 2.3-61-g814bffd6-1)
Depends: jicofo (= 1.0-1057-1), jitsi-meet-web (= 1.0.7658-1), jitsi-meet-web-config (= 1.0.7658-1), jitsi-meet-prosody (= 1.0.7658-1)
Recommends: jitsi-meet-turnserver (= 1.0.7658-1)
Section: net
Priority: optional
Homepage: https://jitsi.org/meet
Description: WebRTC JavaScript video conferences
Jitsi Meet is a WebRTC JavaScript application that uses Jitsi
Videobridge to provide high quality, scalable video conferences.
.
It is a web interface to Jitsi Videobridge for audio and video
forwarding and relaying.
so it basically install jitsi-meet-web and jitsi-meet-web-config in a version similiar to our jitsi-meet version. So I guess the jitsi-meet-web / jitsi-meet-web-config version of debian corresponds to our jitsi-meet version.
Notify maintainers
@cleeyv @ryantm @Lassulus
Note for maintainers: Please tag this issue in your PR.