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

Wait for mute event to send in PTT mode #2401

Merged
merged 1 commit into from
May 26, 2022

Commits on May 25, 2022

  1. Wait for mute event to send in PTT mode

    This waits until the mute metadata update is sent to all the calls
    before telling the user they're unmuted, when in PTT mode (and only
    when starting to talk, ie. unmuting). This should help avoid situations
    where the signalling connection is slow enough that the unmute event
    takes long enough to reach the other side that you hear someone speak
    before they've apparently unmuted.
    
    Involves splitting out the method to send the metadata update.
    dbkr committed May 25, 2022
    Configuration menu
    Copy the full SHA
    db8166e View commit details
    Browse the repository at this point in the history