Record a session

I’m not seeing recording or raw stream capture available on the Web Video SDK. There are methods for it on the mobile and desktop SDKs, though.

One option you could use is to capture the canvas that you are drawing the videos on using HTMLCanvasElement.captureStream(). You’ll have to manage all of the recording logic yourself, though.

1 Like