ZOOM API is taking a break

Description
I have used the Zoom API on ionic and it has been smooth. Unfortunately now when I want to run my application again, I get an error and after checking it turns out the response from the zoom is Our API is taking a break. Please try again later

Question?
what should I do to resolve the bug? Please help, thank you

Hi anisfikri3,

Thanks for the post. The corresponding error code is here: https://github.com/zoom/zoom-sdk-ionic/blob/master/src/android/Zoom.java#L836; This error code normally means the API call is invalid or our backend service is not available at the moment. What are you trying to do here and what is the interface that returns this error?

Thanks!