Detecting the dominant and/or current speaker

Hi, I’m working on the Twilio → Zoom migration in the iOS app. In Twilio, there was a function dominantSpeakerDidChange Detecting the Dominant Speaker | Twilio that I could use to detect the dominant speaker. Do we have something similar in zoom-video-sdk-iOS? I need to know the dominant speaker or at least the current speaker to update the UI accordingly in our app

1 Like

Hi @pawel.pluskota

Have you tried the onUserActiveAudioChanged delegate? It’s invoked when the active audio changes.

2 Likes