cancel
Showing results for 
Search instead for 
Did you mean: 
Effective January 9th, 2026 through January 22nd, 2026: The Zoom Community is currently in read-only mode with login disabled, to deliver you a new and improved community experience!

The site is still accessible to view, however, the ability to login, create content, or access your community account is temporarily unavailable. We appreciate your patience during this time. If seeking support, please browse existing community content or ask our Zoom Virtual Agent.

Zoom Meeting duration is not exceeding

abhisxh
Newcomer
Newcomer

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
      }
    ]
  }
}

 

0 REPLIES 0