Hello everyone,
I’m updating from an old version of OpenVidu to the latest one.
However, custom layout is not working in version 2.19.
In .env file has the following variables set:
OPENVIDU_RECORDING_CUSTOM_LAYOUT=/media/recording/files/layout/
OPENVIDU_RECORDING_COMPOSED_URL=https://test.server.com.br
The directory /media/recording/files/layout/ contains the following:
/media/recording/files/layout/
└── sample
├── assets
│ └── logo.png
├── css
│ └── style.css
├── index.html
├── js
├── main.js
└── openvidu-browser.js
But, the custom layout isn’t loaded properly on recording:
Does anyone has any ideia the solution for this problem?
Thanks