Video not rendered on (browser) canvas

Hi nslog0,

My issue was with rendering a screen share on Chrome and Firefox after I upgraded to version 1.1.3.

If you are trying to render a video (not screen share), then you need to use canvas element. If after you changed it to use canvas and you still don’t see the video, check what is the zoomClientId value you pass in the 2nd parameter when calling renderVideo API. That zoomClientId must be the Zoom’s user Id. You can obtain list of users by calling this.zoomClient.getAllUser() and render the video of each user with bVideoOn equals true.

I hope this answer helps you.