Thank you for reaching out to the Zoom Developer Forum. Just to clarify, are you looking for the webhook events that you can subscribe to or a way to get these events from the Web SDK?
Thank you for clarifying! It sounds like our webhooks to accomplish this. For instance, an endpoint of your choosing will receive a POST request when a participant joins a meeting if your app subscribes to the meeting.participant_joined event.
We don’t have a webhook that will fire when the host is changed for an ongoing meeting but you can use the Get a Meeting API to check the current host. You can also subscribe to the meeting.updated webhook to see when meeting parameters are changed.
I hope that helps!
P.S. this looks like an issue for our API and Webhooks category so I’ll move this over there and will follow up with any questions you have.
Thanks for the update.
If you don’t have any function to check whether Screen Sharing is started or not for a particular meeting.
Please try to incorporated this function in meeting object, which will be handy for all.