Zoom auto recording api need and how i implement that with some feature?

I am integration a product that user can
1.Agent Create a zoom meeting
2.Agent extend a ongoing zoom meeting
3.Meeting automatically end after duration period
4.And every meeting record automatically

and there are three option
1.General app
2.Server-to-server
3.Webhook only

which one is i choose ?

can any one help ?

Thanks in advanced…

1 Like

Choose Server-to-Server for seamless integration of meeting creation, extension, automatic ending, and recording, as it provides robust API access. Webhook-Only is suitable for event notifications, and General App is more basic and less suited for advanced automation.

2 Likes

Thank for your valuable time.
just need to know that ,

Here’s a refined version of the sentence:

  1. System can create a meeting link as a host.
  2. System can assign an agent as a co-host to facilitate communication between the user and the agent(is that possible)
  3. The user has the ability to extend the ongoing meeting session.
  4. The video will be recorded automatically, and the duration of the meeting will be saved.
  5. The meeting can end by both agent and user.

which is suitable for recording plan ??

if so can you provided the api link that i implement in my node js project ?

thanks …

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