How to Update OpenVidu config file, I need to enable recording module and Update config file
openvidu.recording=true
How to Update OpenVidu config file, I need to enable recording module and Update config file
openvidu.recording=true
You can change in .env file, it must be under /openvidu/.env
edit file using “nano /openvidu/.env”
and set below variable
OPENVIDU_RECORDING=true
save the file and restart your server