Skip to content

fix: Force mute handling - #2648

Open
SystemKeeper wants to merge 3 commits into
mainfrom
fix/noid/force-mute-handling
Open

fix: Force mute handling#2648
SystemKeeper wants to merge 3 commits into
mainfrom
fix/noid/force-mute-handling

Conversation

@SystemKeeper

Copy link
Copy Markdown
Collaborator

Easier to check the commits individually.

  • Fix1: Currently we only save the mute state when a forceReconnect is happening, so initiated by the app. What we fail to do is to save that state in other places e.g. reconnect from server, force mute by a moderator, etc. So you might end up unmuted again in the call
  • Fix2: When a moderator force mutes the user which in that second tries to mute as well, the user might end up unmuted again, as the force mute overlapped the mute. We now add a cooldown phase so a user can only unmute again after a few seconds, when it was force-muted.
  • Fix3: Keep the CallKit state in sync to properly indicate mute/unmute.
  • Fix4: Also remember the video state across all reconnect paths.

馃 AI (if applicable)

  • The content of this PR was partly or fully generated using AI

Assisted-by: ClaudeCode:claude-opus-5
Signed-off-by: Marcel M眉ller <marcel-mueller@gmx.de>
Assisted-by: ClaudeCode:claude-opus-5
Signed-off-by: Marcel M眉ller <marcel-mueller@gmx.de>
Assisted-by: ClaudeCode:claude-opus-5
Signed-off-by: Marcel M眉ller <marcel-mueller@gmx.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant