meetingId NULL on participant_joined webhook

Description
Meeting ID is null in webhook data of particpant_joined event

Error
I have a serverless function where I log the participant_logs - I saw 400 NULL values yesterday.

Which App Type (OAuth / Chatbot / JWT / Webhook)?
Webhook

Which Endpoint/s?
{
“payload”: {
“account_id”: “U9D7NqiISd-cfmIMEFcx-A”,
“object”: {
“uuid”: “moVaMqEJSGKUQsyubZn70A==“,
“participant”: {
“user_id”: “16778240”,
“user_name”: “sravani zoom.itsm.sravani@gmail.com”,
“id”: “oWERkni9SBW2RRd5mxMDOg”,
“join_time”: “2020-04-29T1653Z”
},
"id": null,
“type”: 0,
“topic”: null,
“host_id”: “”,
“duration”: 0,
“start_time”: null,
“timezone”: null
}
},
“event”: “meeting.participant_joined”
}

How To Reproduce (If applicable)
Steps to reproduce the behavior:

  1. Request URL / Headers (without credentials) / Body
  2. See error

Screenshots (If applicable)
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

Hey @richard5,

Thank you for reaching out to the Zoom Developer Forum. It looks like the webhook data that you provided is almost an exact copy of a forum post submitted nearly a year ago:

From here I just have a couple of questions:

  1. Are you able to provide an event that is more recent?

  2. Can you provide any known meeting IDs where this has happened?

  3. Can this issue be reproduced at will? Please provide steps to do so.

Thanks,
Max

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.