Can we send an external video track as a video source to Zoom Video SDK

We have a canvas and allow users to draw on the canvas. We can capture a video track using CanvasCaptureMediaStreamTrack. We would like to send the video track from the canvas to Zoom Video SDK. Is there a way to do so using web sdk?

We know there is ZoomVideoSDKVideoSource from iOS/Android native Zoom Video SDK, which can be used to send video frames from a source other than camera devices. We hope to do something similar on web browsers

Hey @Hale

Thanks for your feedback.

Yes. Starting from Video SDK Web 2.1.5, we support adding a custom video processor to manipulate video frames before sending them to remote users. You can refer to this article for detailed usage.

Thanks
Vic

1 Like