Zoom Meeting duration is not exceeding | Community
Skip to main content
Newcomer
April 18, 2023
Question

Zoom Meeting duration is not exceeding

  • April 18, 2023
  • 0 replies
  • 1 view

i'm creating a zoom meeting using following way, whateveer the duration i put in the request body, the duration in response is always 60 , what am i doing wrong here and how can i increase the duration of meeting?

 

Request URL:  https://api.zoom.us/v2/users/{host_id}/meetings

 

Request body:

{ "json": { "topic": "Test Agenda", "type": 2, "start_time": "2023-04-19T18:25:43.511Z", "duration": 85, "settings": [ { "host_video": false, "participant_video": false, "cn_meeting": false, "in_meeting": false, "join_before_host": false, "mute_upon_entry": true, "watermark": false, "use_pmi": false, "approval_type": 0, "audio": "voip", "auto_recording": "none", "enforce_login": false, "waiting_room": true, "registrants_email_notification": false } ] } }