richard5
(Rick)
February 25, 2021, 5:11am
1
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:
Request URL / Headers (without credentials) / Body
See error
Screenshots (If applicable)
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
MaxM
(Max M.)
February 25, 2021, 8:15pm
2
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:
Description
Meeting ID is null in webhook data of particpant_joined event
Error
The full error message or issue you are running into.
Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth
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, …
From here I just have a couple of questions:
Are you able to provide an event that is more recent?
Can you provide any known meeting IDs where this has happened?
Can this issue be reproduced at will? Please provide steps to do so.
Thanks,
Max
system
(system)
Closed
March 28, 2021, 6:16am
3
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.