How to display the full video without cropping?

Hello,

I created a session on Windows Chrome.
Another person joined the session on Android Chrome.
This is his camera:


But this is what I received:

You can see that the SDK cropped the video. I only received a small part of the video.
Note that my screen is a vertical screen.
So I want to receive the full video without any cropping. How can I do that?

Video web SDK: 1.7.7
Devices: Windows Chrome and Android Chrome

Hey @thanh.huynh

Thanks for your feedback.

Are you using the Android camera as the video input?

If you need to keep the original aspect ratio, there is originalRatio option in the stream.startVideo method, set the value as true , otherwise, the video will be cropped in 16/9 ratio.

Thanks
Vic

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.