alangecker / bigbluebutton-docker

merged into https://github.com/bigbluebutton/docker
GNU Lesser General Public License v3.0
99 stars 33 forks source link

no option for recording sessions #77

Closed mghadam closed 3 years ago

mghadam commented 3 years ago

I can't find any options in the conference room / admin area to record sessions, is this option available in bigbluebutton-docker ?

alangecker commented 3 years ago

there is the ENABLE_RECORDING option in the .env file. https://github.com/alangecker/bigbluebutton-docker/blob/7e60db384e5c0a7d8d66c3a7d5144246d752a526/sample.env#L27-L33

setting it to true should do the job! :) in this example the # means, that it is only a comment. you would set it to true by removing the hash.

mghadam commented 3 years ago

Thank you so much, it worked. I see you have added the instructions in sample.env file to make it clear.