I’m deploying BigBlueButton 3.0 on Ubuntu 22.04 using jammy-300.
The install completed without errors, but the HTML5 bundle was missing (/usr/share/meteor/bundle), and port 3000 was closed.
bbb-html5 was marked installed, but no files were present.
I resolved it by manually cloning bbb-html5, running npm install and npm run build, and copying the bundle manually.
I’m sharing this in case others encounter the same silent failure.
Would love to know if this is a known issue or if a patch is planned.