Ability to render a subregion of a video to the canvas?

Does the Web Video SDK provide a way to render portions of a video stream to the canvas?

We have a custom Zoom iOS client that renders a “tiled” video; each video frame contains effectively two images side-by-side. We would like the Web client to be able to split this tiled image apart and render them separately, but the Zoom SDK doesn’t appear to provide a way to do so, apart from potential workarounds like moving the Zoom canvas “offscreen” and blitting from it to another canvas.

Hey @brians

Thanks for your feedback.

The Web Video SDK is not capable of rendering portions of the video frame so far.

Thanks
Vic

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