zoom / videosdk-ui-toolkit-web

The Zoom Video SDK UI toolkit is a prebuilt video chat user interface powered by the Zoom Video SDK.
https://www.npmjs.com/package/@zoom/videosdk-ui-toolkit
Other
8 stars 6 forks source link

Record Meeting #10

Closed chrishurlburt closed 4 months ago

chrishurlburt commented 5 months ago

Hi,

Thank you for your work on the UI Toolkit. We're using it in our project and it's working great for our use-case!

We'd like to add the ability to record meetings, ideally without a user needing to click a button in the UI. We'd like all of our meetings to be recorded by default.

Is that possible with this package currently?

tommygaessler commented 5 months ago

Hey @chrishurlburt , glad to hear you are liking the UI Toolkit!

Recording automatically is possible today, you could listen for the Session Started Webhook, and then call the Start Cloud Recording API.

There is a related thread here: https://github.com/zoom/videosdk-ui-toolkit-web/issues/6