Description
Team,
I am getting different timezone values in create meeting response api when creating a meeting using the create meeting api. Note:- Both the users are created using Zoom create user api Error
For one meeting I am getting “timeZone=Asia/Kolkata” and for second meeting i am getting “timeZone=Asia/Calcutta”.
Sometime I get null value also in timezone.
Which App Type (OAuth / Chatbot / JWT / Webhook)?
create meeting api.
How To Reproduce (If applicable)
Steps to reproduce the behavior:
Hit create meeting api with create meeting request
meeting gets created but I am getting different timezone in response.
Thanks for providing that information. I think that this is happening because you are passing the timezone value as a null value. I think that the timezone is then set using another method such as the timezone of the data center or perhaps the requester.
It might be that depending on the data center that ends up setting this timezone, it uses a different timezone ID. I’ll continue to test this on my end to see if I can spot the same behavior.
In the meantime, as a test, please try populating the timezone property with a valid timezone ID:
Let me know if that resolves the issues that you’re seeing.