What do you mean with "I have also created the ticket to pro support team but no response?" Where is that âticketâ?
If you have followed OpeVidu Pro AWS deployment instructions (OpenVidu Docs) and enabled recording by setting OPENVIDU_RECORDING=true in your .env configuration file and restarting openvidu service, then it will work fine.
Iâm sure you understand that the information you provided is very limited for us to help you. Just saying âhey, I enabled recording and it doesnât workâ is not enough.
You can post here your deployment information running ./openvidu version in your OpenVidu Server Pro Node installation path, so we can verify that your installation is correct (hide any private info with ****** if you want to avoid exposing it to the public). Then you can explain how you are starting your recordings in your application.
Chill out man, we know it must be frustrating to struggle with something for days and not seeing the light at the end of the tunnel. But to be helped you need to help also with informations because there are tons of possible scenarios why something doesnât work (indeed some are more common than others, but there could also be edge-cases hard to guess).
Itâs very possible that you have the correct recording setting in the .env file, but are you setting the recordingMode property when you use the REST API to initialize the session? See in the documentation the values that it can take: https://docs.openvidu.io/en/2.15.0/reference-docs/REST-API/#post-apisessions .
Anyway first you should say if you have a custom web application or are you using the demo app installed in the deployment process. Maybe you are using the OpenVidu Call demo app (https://docs.openvidu.io/en/2.15.0/demos/openvidu-call/) like @micael.gallego wrote above (ninjaâd me ), this doesnât even have recording but itâs very easy to add it yourself in the code.
You just have to add to the JSON payload the recordingMode setting with value âALWAYSâ here in the createSession function:
IMO OpenVidu is one of the best documented open-source WebRTC projects out there and with the easiest learning curve, it was part of the reason why Iâve chosen it in the first place.
DISCLAIMER: Iâm not an OpenVidu team-member, if you have troubles with something specific to the PRO version then I canât help.