Hello! After enabling ShareArrayBuffer, we observed that the preview video with blur appears cropped to a square size in Canvas. This issue reproduces randomly but occurs consistently almost every time.
Here’s the code snippet we use to start the video track:
if (newBlurValue) {
await videoTrack.start(videoCanvasRef, { imageUrl: 'blur' });
} else {
await videoTrack.start(videoRef);
}
What We’re Seeing:
- The preview video is cropped unexpectedly
- This issue used to happen occasionally without ShareArrayBuffer, but now it is constant.
Expected Outcome: We need the preview video to display in an uncropped 16:9 resolution.
@zoom/videosdk 1.12.10, Chrome 130.0.6723.92 (Official Build) (arm64), MacOs
Could you please provide any insights or guidance on how to resolve this behavior? Also is the WebRTC implementation date known and can it help with that?
Thanks in advance!