Hi
In Recording we can caputre the enitre screen what we are seen.
we are using recordingmore : composed and custom recording only
knidly check the below screenshot that names of the participant are displaying in the video off mode.
we used custom layout and followed the steps as per the doc.
Used sample layout and kept in /opt/openvidu/custom-layout and checked the same browser.min.js file in same folder
But still am getting only black boxes.
Could you please help me how can I record the same like screenshot 1 in recording where I am going wrong in implementaton.
Thanks
Prasad
I’m pretty sure you are using the default BEST_FIT layout and not a custom one. Please make sure you are initializing the recording with your custom layout:
{"outputMode": "COMPOSED", "recordingLayout": "CUSTOM"}
Hi Pablo,
I made changes as per the doc and changed in code as well s CUSTOM but in server it is not taking as CUSTOM.still I can see BEST_FIT in logs .can you suggest me where I went wrong ?
I don’t know where you went wrong. I don’t have your code and I don’t know how your set up is. If you are still seeing BEST_FIT in the logs, it means you are not properly providing the CUSTOM value. Re-check your code again, is all I can tell you.