Need to extend videoSdk to send the stream of video in the meet to a backend using websockets

1). I’m using the react web sample from video-sdk and am tryimg to find a method that takes up the video stream and sends me the blob so that I can process it using some methods.

Can u help me with it?

Basically I want to access the stream data , can someone guide me through the code base?

@chinmay the web sdk at this moment does not allow developers to access the raw video stream directly.

This can be done on the client SDK such as (windows , Linux, macOS).

something you can consider would be live streaming protocol.