we meant that the token we use for instant meeting is the same as the one for scheduled meeting - so we’re trying to figure out what is different. The payload is different which may have fields that are incorrect, but we have verified against a different zoom app with the same payload and it works fine
as per this doc, meeting type 1 and 2 are the only difference between the two types of meetings
Yes, this is happening for a specific zoom account since we got it working with a different zoom account in the same app.
We are seeing 400 errors in the zoom app. Is there a way to find out the reason behind this 400 (bad request) response?
@chunsiong.zoom are you referring to the email account of the zoom app’s creator (my email - b2csharedservices@gmail.com) or the account that is trying to create the zoom meeting?
Also, how could we find out the reason behind the 400 response, does zoom store the reason for failure anywhere?
@chunsiong.zoom we are not logging anything apart from response status code right now.
Is there any way we could find out if the zoom account has meeting scheduling capabilities?
scheduling is working from the zoom web app and the desktop app, it’s only via our OAuth app it’s failing.
@chunsiong.zoom we added additional logs to get the error codes as described in the create meeting api docs but looks like zoom is only responding with:
Create meeting failed with response: InboundJaxrsResponse{context=ClientResponse{method=POST, uri=https://api.zoom.us/v2/users/BOnq5ajeSASXaV6FcnzzZw/meetings, status=400, reason=Bad Request}}