Start / Stop recording once the meeting has started

Description
Grettings.

We work doing assembly meetings for several companies, so we have integrated the Zoom Web SDK in our web platform to achieve that. Our platform (and the zoom metting) opens about 2 hours before people start to interact, so we would like to start the recording automatically when that happens.

I’ve found this command that starts the recording:

      ZoomMtg.record({
         record: true
      });

But it’s in the ZoomMtg.init / ZoomMtg.join functions, so the command has effect since the meeting beggining.

Is there a way to start / stop the recording for example 1 or 2 hours after the meeting has started?

Which version?
1.8.5

**Device **

  • Browser:[Chrome and others compatible]

Thank you in advance.

DIVIER

Hey @comercial-antorami ,

You can also use the Zoom API to control recording outside of the Web SDK.

Thanks,
Tommy

Thanks a lot Tommy. I will take a look to the documentation.

Grettings.

1 Like

Happy to help! :slight_smile:

Let me know if you have any additional questions!

Thanks,
Tommy

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.