Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent double mute status changed events #2522

Merged
merged 1 commit into from
Jul 28, 2022

Commits on Jul 13, 2022

  1. Prevent double mute status changed events (#2502)

    Audio & video mute status were set in separate calls but share a
    mute status changed event, so you'd always get two mute status
    changed events emitted. We could suppress events where the mute
    status didn't change, but this would still get two events saying
    the same thing when they both changed. Instead, merge setAudioMuted
    & setVideoMuted into a single call that sets either or both.
    
    Port of #2502 from
    group call branch
    dbkr committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    c59fd2f View commit details
    Browse the repository at this point in the history