Description
I have a JWT app which i subscribe to Meeting End event. No event sent to my callback url.
In order to prove my callback is functioning, I tried to add Meeting Start and I can receive Meeting Start event from zoom.
Error
No event received for meeting end
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT
Additional context
I tried to retrieve the meeting using meetingId, the meeting status after being ended is “waiting”.
I tried to retrieve past meetings for this meetingId, and can find some records. Why for each of this record, no meeting end event get sended?