Description
Let’s say meeting1 is created for user1. Then it is updated to the user2 via schedule_for, all good till now but when we try to change the meeting1 host again to user3, it’s not working even though user3 has scheduling privileges for user1.
Is it because user3 does not have scheduling privileges for user2? If so, how do we know the meeting’s current host?
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT
Yes, correct. How do we know that we have to give scheduling privileges to user2 so that they can schedule for user3 based on the current meeting? It’s not returned in the meeting get call.
How to identify the current meeting host after the transfer? ( So, how do we know that user2 is the current host for the meeting after the transfer, it’s not in the meeting info response)