API support for recording the Audio/Video sessions

How Fully customizable web SDK supports saving/recording the video/audio sessions?

1 Like

Hey @lasantha57 ,

This will need to be handled on your end. The Fully Customizable SDK is mainly just for providing the video and audio streams.

Thanks,
Tommy

1 Like

Looking through the API reference for the Web, I couldn’t see any api that lets you access the video stream. So even if the backend is suppose to handle storing the stream, how can it do this if the browser api doesn’t provide access to the stream? Can you please elaborate and indicate if the stream is available through some api in Javascript. Thanks!

Hey @AndroidDev ,

Which docs are you looking at? Here are the ones for the Fully Customizable Web SDK:

Thanks,
Tommy

1 Like

Hey @AndroidDev , @lasantha57 ,

I wanted to share this article on how you can record an HTML Canvas. This approach could be used to record a Video SDK Session:

Thanks,
Tommy