bigbluebutton-streaming icon indicating copy to clipboard operation
bigbluebutton-streaming copied to clipboard

How to use app in 2.7.1 version

Open Praveenverma197 opened this issue 2 years ago • 1 comments

Hi Team,

Please help to install streaming app in 2.7.1.

Praveenverma197 avatar Oct 27 '23 13:10 Praveenverma197

I've managed to install this extension in BBB 2.7.11 . To that end, I edited install.sh script, adding 2.7.11 version to available_versions variable

available_versions=("2.6.10" "2.6.12" "2.7.0-beta.2" "2.7.11")  # Add more versions as needed

Then I copied src/2.7.0-beta-2 directory to 2.7.11:

cp -R src/2.7.0-beta.2 src/2.7.11

After these changes, the installer run with no errors. However, now I cannot start any meet in BBB. I am debugging my installation right now; if I ever find the problem, I will post it here

gonetil avatar Sep 04 '24 21:09 gonetil