Description
When making an API call to generate a Zoom meeting link, received the below error. Worked on a second try.
Error
{“code”:-1,“message”:“Duplicate entry ‘260493339’ for key ‘meeting_number’”}
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT
Which Endpoint/s?
users/fudan130-016@130.fudan.edu.cn/meetings
How To Reproduce (If applicable)
Steps to reproduce the behavior:
could not reproduce. i think it is bug.
Screenshots (If applicable)
request body:
{
“topic”:“二附校初一3班数学在线测试”,
“type”:2,
“start_time”:“2020-04-17T04:30:00Z”,
“timezone”:“Asia/Shanghai”,
“duration”:120,
“settings”:{
“cn_meeting”:“true”,
“join_before_host”:“false”,
“host_video”:“false”,
“participant_video”:“false”,
“audio”:“voip”,
“mute_upon_entry”:“true”
},
“password”:“123456”
}
Additional context
Add any other context about the problem here.