Web Client SDK -Function List

Hi Team, @tommy

If a user join any meeting.

Can you please list the function to catch the event listed below

Joined meeting
Leave meeting
End meeting
screen Share Started
screen Share Stopped
Your are now the moderator
Your removed as moderator

Hey @rameshpillai007,

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?

Thanks,
Max

Hi Max,

Thanks for your reply.
Its may be webhook , if it satisfies my requirement.
I want to call my JavaScript function when any of the event triggered

Joined meeting
Leave meeting
End meeting
screen Share Started
screen Share Stopped
Your are now the moderator
Your removed as moderator

Hey @rameshpillai007,

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.

Let me know if that helps.

Thanks,
Max

Hi @MaxM ,

Thanks for the update.
In webhook I could not found any event for
Screen Sharing Started
Screen Sharing Stopped
Who is the Current Host

Hey @rameshpillai007,

Try using our meeting.sharing_started and ended webhooks.

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,
Max

Hi @MaxM ,

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.

Thanks for the feedback @rameshpillai007!

Please feel free to submit a feature request for this here: #feature-requests

Thanks,
Will

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.