Hello guys, i implemented a webpage and this web use some method of Zoom API. i need help with some issues. i described in the next step:
Error
-
Via API, when i Delete a meeting registrant, in some cases, the API return 400 Bad request.
Ex:
https://api.zoom.us/v2/meetings/84433800746/registrants/IF-ZGnQFRY-0Rmn8HsE_9w?occurrence_id=1621465200000 -
Some users, when they are registered, when they want to connect to a meeting with joinUrl, zoom directly go to the register form and not connect to a meeting.
**Which App Type (JWT)
How To Reproduce (If applicable)
Steps to reproduce the behavior:
Response {
size: 0,
timeout: 0,
[Symbol(Body internals)]: {
body: PassThrough {
_readableState: [ReadableState],
_events: [Object: null prototype],
_eventsCount: 2,
_maxListeners: undefined,
_writableState: [WritableState],
allowHalfOpen: true,
_transformState: [Object],
[Symbol(kCapture)]: false
},
disturbed: false,
error: null
},
[Symbol(Response internals)]: {
url: ‘https://api.zoom.us/v2/meetings/84433800746/registrants/IF-ZGnQFRY-0Rmn8HsE_9w?occurrence_id=1621465200000’,
status: 400,
statusText: ‘Bad Request’,
headers: Headers { [Symbol(map)]: [Object: null prototype] },
counter: 0
}