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.