AgoraIO-Community / VideoUIKit-Flutter

Flutter plugin to simply integrate Agora Video Calling or Live Video Streaming to your app with just a few lines of code.
https://agora-flutter-uikit.vercel.app/
MIT License
139 stars 78 forks source link

Disable Active Speaker when overrided #158

Closed tadaspetra closed 1 year ago

tadaspetra commented 1 year ago

Release Version: 1.3.7

Release Notes

Please check the type of change your PR introduces:

What is the current behavior?

When a user is pinned, activeSpeaker tries to override that pin causing an exception

Issue Number: N/A

What is the new behavior?

When user manually pins someone, activeUser detection is disabled until that user is unpinned

Does this introduce a breaking change?