Highlight active speaker while talking

Options

Hi, I would like to highlight an active speaker only, when he is actually speaking (volume threshold reached).

I found several hooks to get the last active speaker, but they only indicate the change in the active speakers, not actively speaking (useActiveParticipant, useActiveSpeakerId, active-speaker-change event). I want to remove the highlight of the actively speaking user(s) the moment he/they stops talking, not when he mutes his mic. The highlight could also happen for 5 users simultaneously..

Tagged:

Best Answer

Answers

  • Daniel808
    Options

    Thank you for the fast response and pointing me in the audio level observer API direction :)