Description
Webhook event to let us know that participant (Not host) join meeting before host join (Join before host is disable)
Error?
Want to know is there any webhook event.
How To Reproduce Steps to reproduce the behavior: 1. Join meeting as participant before host and let’s check it that webhook (Which webhook) return on that particular event
Hi @vbhosale
Thanks for reaching out to us! I am happy to help here!
If Join before host is disabled, then participants wont be able to join the meeting so no events will be triggered.
But my question is this, if join before host is disable and still want to know / want an event happen, so is there any event there.
Because requirement is, there should not be any option to join before host, so Join Before Host is Disable.
When participant join zoom meeting first it shows message like Waiting for the host to start this meeting, So is there any event like this.
Hi @vbhosale
There are some steps that might help you to debug your issue:
Send a post request to your Endpoint URL, if you do not receive this event then you will have to check your Endpoint
If you DO RECEIVE the post request, but not the Zoom events, try replacing your endpoint with a test endpoint of your preference (such as webhook.site).
If you receive events and Zoom events in this test endpoint, please check that your Endpoint URL is working properly.
@elisa.zoom thanks for the help.
I’m not sure but what I have observed is, If added/altered any new webhook event it is taking time to reflect. Is it correct, event take time start working (reflect) once added/altered?