onUserActiveAudioChange notification is not reporting proper state

Description
Expectation: onUserActiveAudioChange reports list of speakers contributing to audio stream at the moment of event trigger.

Scenario 1:

  • User A is continuously speaking without interruption - User A ID is reported through onUserActiveAudioChange callback
  • User A stops speaking (nobody else is speaking) - onUserActiveAudioChange is triggered with empty list (indicates silence)

Scenario 2:

  • User A is continuously speaking - User A ID is reported through onUserActiveAudioChange callback
  • User B speaks for a short period of time during User A speech - onUserActiveAudioChange is triggered with both ID’s for user A and user B. When User B becomes silent - onUserActiveAudioChange is triggered with ID of user A.

Reality:

  • Sometimes event is triggered multiple times in a row with same list of ID’s (as if no speaker change or no silence reported in between those events).
  • Sometimes silence is not reported at all (and green speaker frame is forever hanging over participant video).

Which version?
Windows desktop: v4.6.15798.0403

Steps to reproduce
Same issue seems to be happening in public client as well during group meetings (green frame is hanging over last speaker forever)

Hi @bogdan.lytvynovskyi,

Thanks for the post and the information. Is this happening with the latest version of SDK as well?(https://github.com/zoom/zoom-sdk-windows/releases/tag/v5.0.24433.0616) We have done some enhancement on the in-meeting audio status in this version.

Thanks!

I will give latest SDK a try.

2 Likes

Thanks! Let us know if you have any questions! :slight_smile:

-Tommy