DEV Community

Cover image for Easy Project That Will Make You Famous
Yitzi Ginzberg
Yitzi Ginzberg

Posted on

Easy Project That Will Make You Famous

Are you a developer or CS student looking for an easy project that will make you famous?

Create a Zoom app that announces "${name}, you're muted", every time someone starts screen sharing.

Use Zoom's "user.presence_status_updated" webhook to trigger the alert whenever a user's "presence_status" is updated to "Presenting."

Here's the documentation you need: https://marketplace.zoom.us/docs/api-reference/zoom-api/events/#/paths/user.presence_status_updated/post

You're welcome!

Top comments (0)