docker
docker copied to clipboard
WIP: BigBlueButton 3.0
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-controllerbbb-livekit- somehow the audio connection gets closed after 60 seconds
Start Development Server in 3 steps
- Clone this branch with submodules
$ git clone --recurse-submodule -b bbb3.0 https://github.com/bigbluebutton/docker.git bbb-docker-dev - Start dev server
$ cd bbb-docker-dev $ ./scripts/dev - Use API Mate to create & join a conference
https://mconf.github.io/api-mate/#server=https://10.7.7.1/bigbluebutton/api&sharedSecret=SuperSecret
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 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