Android SDK \ Active Speaker notification

looking for a logic that indicates in my android app who is the “active speaker” - I want to put some green dot near the speaker that talks now.

What event do I need to listen in Android SDK - how do I get who is currenlty speaking, user audio change etc.?

Hi Moshe,

currently in Android SDK Zoom doesn’t have API to get active speaker, we will add this to our Roadmap and keep you posted!

Best

Any update on this

Please get the latest Android SDK from github.

Use activeVideoUserID() method in InMeetingService class to get the active speaker’s user id.

Register InMeetingServiceListener and implement the onUserAudioStatusChanged(long userId) callback to get audio change event.

Thanks.