Description
When I tried to render the receiver video in a canvas with 720p resolution using the most recent version of the video SDK, 1.4.0, the video was noticeably blurry on the receiver area. My local video was rendered in a video tag, which was of good quality. Consequently, is it possible to render the high-quality video?
Which Web Video SDK version?
I was using video SDK version 1.4.0
Video SDK Code Snippets
stream.renderVideo(receiverCanvas, userId, 1280, 720, 0, 0, 3);
To Reproduce(If applicable)
Steps to reproduce the behavior:
- When ever the participant joined the room the video was blurred
Screenshots
If applicable, add screenshots to help explain your problem.
Device Information:
- Device: Laptop
- OS: Linux
- Browser: Chrome
- Browser Version : Version 99.0.4844.84 (Official Build) (64-bit)

