Hi guys, I am having a strange problem with receiving webhook events. I followed zoom’s guide regarding endpoint validation and so far everything works (so I get the challenge from zoom). But when I then want to receive events, such as the following meeting.ended or meeting.started, it doesn’t work.
The configuration of the app was done through Server To Servet OAuth mode. Maybe the issue involves this? Although I think it does not, since it is enabled to receive events.
That is quite strange especially if you said it’s validated and you received the challenge webhook from Zoom. What are all the events you have subscribed to for your Server-to-Server app?
Hi @antonio.giano I just did some testing, and I received meeting.started and recording.paused events to my S2S app, but I will note that they were quite delayed and did not appear till after I ended the meeting. Can you see if you received delayed events?