mediasoup 3.8.0 has been released. Among other improvements and bug fixes, it comes with a new dominant speaker event implemented in a new class ActiveSpeakerObserver
(PR https://github.com/versatica/mediasoup/pull/603 provided by SteveMcFarlin · GitHub at Hopin.to).
5 Likes
Lazy question here in case somebody has checked: what’s the performance/benefits when comparing to AudioLevelObserver?
1 Like
I can not speak to performance, but will say they serve different purposes. AudioLevelObserver will deliver an array of audio levels at some predetermined interval. ActiveSpeakerObserver will only deliver a message when the, so called, dominant speaker changes. The interval parameter determines the frequency at which the calculation is run. It does not determine how often the message is sent.
1 Like
This topic was automatically closed after 2 days. New replies are no longer allowed.