BBB v2.6 Recording Function not available
Hello! We are currently facing an issue with our BBB Docker instance. When creating a conversation we cannot use the recording function anymore. The button for recording isn't available even when the settings for the conversation says that recording is available.
I already enabled the recording-function parameter in my docker compose:
And enabled the recording-function in my .env
After restarting the docker, the issue still remains. I tried to adapt my debug level via creating a daemon.json. But after doing that, the docker containers won't even start. I had to restart the whole server and start my containers manually.
My BBB instance is running again but i still can't record.
Is there something else I can try/have to do?
System Info: Debian 12 bookworm Installed via Docker-Compose Docker-Image by alangecker BBB V2.6
Installed running BBB v2.6 Recording Function not availableDocker-Containers:
@chriit4
Is it still an issue for you?
I suggest you to start by uploading your configs (you may redact the sensitive information) and posting a link here. Now it's a guessing game.
there is no recordings service in your docker compose, so you missed to run the ./scripts/generate-compose script after updating the .env file.