Hi,
When using the zoom-api to add a meeting registrant in certain situation I get the following response with error code 400:
{"code":3038,"message":"Meeting is over, you can not register now. If you have any questions, please contact the Meeting host."}
My question:
Is there a way to check if the meeting “is over” using the api? Is there a field in the data returned on the get-meeting end-point that indicates this?
This would be important since the add-registrant end-point is heavily rate limited (3 requests a day for the same registrant)
Thanks