Trigger A function when people talk and stop talking

Hi,

Jr Rolf Here :slight_smile:

I’m looking to trigger a function when a person starts speaking and second function once the person stops. For now I’m focusing on integrating zoom in my own app, using the web SDK. After reading the docs, it seems the zoom meeting web sdk only has 4 inMeetingServiceListener, none of which seem helpful to trigger my functions.

inMeetingServiceListener.

The typescript file also only lists 4 - line 55

  1. Is the statements above correct?
  2. If correct, are there any other ways you see I can achieve my goal?
    1. I came across the event onActiveSpeakerVideoUserChanged, but to my understanding it’s not available in the web SDK?
  3. If I can’t achieve it with the web SDK, are there any other ways I can aciveve this? For example building an app for the Zoom Marketplace, connecting with OAuth?

I’d love to hear anything that might be helpful and guide me in the right direction.

Thank you in advance :slight_smile: