We are planning to use the latest Zoom Video SDK web 2.25
We have a requirement to apply some overlay using WebGL when receiving video frames (on the video subscribing side). We think renderVideo API is what we need. We can use the incoming video frames in a canvas or video element as WebGL textures.
But renderVideo
is deprecated and the replacement is attachVideo. But there is NO public API for us to get the access of the underlying canvas.
Is there a way to access the video stream?