Meeting ID more than 9 digit number

Description
I connect to the API via JWT i use auto generate meeting ID and now the number of the meeting ID
is more then 9 digit and the id is type int and i get error

Error
JSON integer is too large or small for an Int32 , path ‘id’

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

thank you

We also just started experiencing this - webinar and meeting IDs now seem to have 11 digits, which is another breaking change made without any previous announcement…
We have been handling the meeting and webinar IDs as Integers so far, now will need to quickly change database columns, code, etc. to handle the new longer IDs…

Hey @v.hristov, @barlevy,

Apologies for this abrupt change. Basically we ran out of 9 digit meeting number combinations so we had to urgently increase to 11 digits.

Thanks,
Tommy

Thanks, @tommy, this is what I also considered the reason.

I can also see that the API docs have been updated to point out that the meeting IDs are int64 rather than int, which is good for anybody who will be generating API clients for strongly typed languages.

1 Like

Happy to help! :slight_smile:

Yes we have updated the docs!

Thanks,
Tommy