When you turn on the ‘hd’ property of startVideo, the aspect ratio becomes around 9:10. When you turn off the ‘hd’ property, it returns to the normal 9:16 aspect ratio. Do you think any additional options are needed?
After analyzing the log, we noticed that the initial capture resolution is 640x480, and after some time, it upgrades to 1280x720, which is the expected behavior.
Regarding video rendering, it relies on the calling side. In the example code provided, both the video width and height are set to 0. I tested a similar code locally, but I couldn’t visualize the video.
Specifying width and height didn’t resolve the issue. Upon checking the logs using the ‘video-dimension-change’ event, it appears that after obtaining 1280x720, it’s then acquiring 640x480. I believe the order of acquisition is incorrect. Is there any solution to this?