Zoomtopia is here. Unlock the transformative power of generative AI, helping you connect, collaborate, and Work Happy with AI Companion.
Register nowEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Learn moreKeep your Zoom app up to date to access the latest features.
Download Center Download the Zoom appDownload hi-res images and animations to elevate your next Zoom meeting.
Browse Backgrounds Zoom Virtual BackgroundsEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Zoom AI Companion2023-04-18 06:11 AM
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
}
]
}
}