Detecting active speaker

Hey @jimig,

Can you provide more details like if you are trying to detect the speaker during the meeting, or after the meeting with the recordings / transcripts?

You can detect who is speaking in real time via our SDKs.

For example,
https://zoom.github.io/zoom-sdk-android/us/zoom/sdk/InMeetingVideoController.html#activeVideoUserID--

https://zoom.github.io/zoom-sdk-android/us/zoom/sdk/InMeetingServiceListener.html#onActiveSpeakerVideoUserChanged-long-

Thanks,
Tommy