Webhook recording.completed parameter

Description
Is there any change in API of webhook event “recording.completed”? I am specifically looking if there is a change in “/payload/object/id” parameter type (Which is Cloud Recording Id.) Is it recently changed to Integer? The application is working fine till Zoom introduced meeting numbers with 11 digits. Because of this change, it is impacting our services. (if it was a string, no issues, the problem with Integer that too with 11 digits [with 9 digits we didnt see any issue])

Error
Consuming API of above Webhook event causing an issue in reading the 11 digit number. (In JavaScript), the Meeting number is getting converted to 9.4485690320E10 (suppose to be ***********)
Note: As said earlier, we didnt see this with 9 digits number.

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

Which Endpoint/s?

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.

*This post has been edited to remove any meeting / webinar IDs

Hey @yln99517,

I think there might be a mistake on our docs. That is actually the meeting ID, which yes, was increased to 11 digits.

@shrijana.g, can you confirm if /payload/object/id is the meeting ID or recording ID?

Thanks,
Tommy

1 Like

Hi @tommy @yln99517

Thanks for bringing this up. It is indeed the ID of meeting/webinar that was recorded using Cloud Recording. The data type of that id in the recording webhooks is long (int64). I have updated it in the docs as well.

Thanks again,
Shrijana

If this ID is id of the meeting, it should be the String. For rest of the API the MeetingID is always String, why this paticular one is in long?

@tommy @shrijana.g
Do you have update on recent query (why Int64 when rest of MeetingID is mentioned as String?).

Hey @yln99517,

Our Webhooks work a little different with the meeting ID logic. We are working to bring it to parity across our platform with the string format.

Thanks,
Tommy