cancel
Showing results for 
Search instead for 
Did you mean: 
Important updates from Zoom Support:
  • Starting February 3, 2025, Zoom Phone customers must add their phone numbers to an approved 10DLC campaign in order to use SMS/MMS capabilities on their numbers.

  • Introducing more live support options! More Zoom customers now have access to live agent chat support. Sign in and visit our Contact Support page to see all your available support options. We’re here to help!

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