docker icon indicating copy to clipboard operation
docker copied to clipboard

WIP: BigBlueButton 3.0

Open alangecker opened this issue 2 years ago • 2 comments

BBB 3.0 is currently under development. with this you get a full 3.0 development setup with just 3 easy steps which hopefully helps to get more people on board :)

Note

  • Currently broken! some more work is required :)
  • this currently modifies your shell config (adding a variable BBB_DOCKER_USER) without asking, which will be removed soon (see https://github.com/bigbluebutton/docker/pull/310#pullrequestreview-1796813338)
  • currently missing
    • bbb-transcription-controller
    • bbb-livekit
    • somehow the audio connection gets closed after 60 seconds

Start Development Server in 3 steps

  1. Clone this branch with submodules
     $ git clone --recurse-submodule -b bbb3.0 https://github.com/bigbluebutton/docker.git bbb-docker-dev
    
  2. Start dev server
    $ cd bbb-docker-dev
    $ ./scripts/dev
    
  3. Use API Mate to create & join a conference
    https://mconf.github.io/api-mate/#server=https://10.7.7.1/bigbluebutton/api&sharedSecret=SuperSecret

alangecker avatar Jan 07 '24 23:01 alangecker

I have worked on this during this years BBB summit. Do you prefer a PR based on this branch or can I append to this branch?

danimo avatar Apr 26 '24 18:04 danimo

@danimo I'm really appreciating support on this because I unfortunately can't currently find any time for this project.

feel free to append to this branch, but it might be difficult with the access permissions? so probably easier if you fork it and create a new PR

alangecker avatar May 13 '24 09:05 alangecker