In Zoom UI, a user can convert an existing meeting to a webinar. It looks like there’s no corresponding webhook for this action (or at least I failed to find one). This is unfortunate, because webinars and meetings have different API endpoints. If a user converts an existing meeting to a webinar, our integration will be using Zoom Meeting API against Zoom webinars, predictably failing.
What’s the recommended approach to work around this issue?