How to retrieve the raw stream or recording

Hey @tcabot ,

That is correct. The Video SDK just offers video and audio streaming, and does not have a recording feature. This is something we can consider adding in the future, but for now, you will need to implement recording on your end. Example:

You can grab the stream with the stream.startVideo(); function, example: https://marketplace.zoom.us/docs/sdk/video/web/essential/video#capture-video

Is that what you are looking for? Perhaps you can share your use case so I can offer a better solution. :slight_smile:

Thanks,
Tommy