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