Description
A clear and concise description of what the question is.
Error
Not receiving proper webhook events, I have subscribed with meeting_end, participant_left and participant_joined.
There are multiple cases where participant events are missing and that is breaking things on our side as we are calculating attendance on basis of these events in our training program.
Which App Type (OAuth / Chatbot / JWT / Webhook)?
Oauth App we have created oauth app for admin account and added trainers account under it to receive events of trainers meeting participants
This is the meeting ID - ***********
We also capture events from our side app also, where for this particular we can see, when he connected in our app and when he disconnected.
It’s clearly visible when he connected we did not received any participant_joined event.
But we received participant_left event when he disconnected.
[{“status”:“connected”,“event_ts”:"{$date=1596084361729}"},{“status”:“disconnected”,“event_ts”:"{$date=1596087361091}"},{“status”:“participant_left”,“event_ts”:"{$date=1596087359000}"}]
Please look into it, why this is breaking and buggy??
What can be done here to minimise this issue?
*This post has been edited to remove any meeting / webinar IDs