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

fix(SpeakingWhileMutedWarner): show warning in the popup #14152

Merged
merged 3 commits into from
Jan 29, 2025

Conversation

Antreesy
Copy link
Contributor

@Antreesy Antreesy commented Jan 17, 2025

☑️ Resolves

🖌️ UI Checklist

🖼️ Screenshots / Screencasts

🏚️ Before 🏡 After
image image

TODO

  • add timeout to fade notification/popup (if microphone noise is static)
  • move visual logic to LocalAudio*
  • Check for obstructions (to not show popover above other elements)

🏁 Checklist

  • 🌏 Tested with different browsers / clients:
    • Chromium (Chrome / Edge / Opera / Brave)
    • Firefox
    • Safari
    • Talk Desktop
    • Not risky to browser differences / client
  • 🖌️ Design was reviewed, approved or inspired by the design team

@Antreesy
Copy link
Contributor Author

backport to stable30

src/utils/webrtc/SpeakingWhileMutedWarner.js Outdated Show resolved Hide resolved
src/utils/webrtc/SpeakingWhileMutedWarner.js Outdated Show resolved Hide resolved
src/components/TopBar/TopBarMediaControls.vue Outdated Show resolved Hide resolved
@nickvergessen
Copy link
Member

/backport to stable31

… constant noise (7 seconds)

- also hide message on destroy

Signed-off-by: Maksim Sukharev <[email protected]>
@Antreesy Antreesy force-pushed the fix/14029/muted-speaker branch from bdaa367 to c31f6c6 Compare January 27, 2025 16:39
Copy link
Contributor

@DorraJaouad DorraJaouad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested

- detach logic from TopBar

Signed-off-by: Maksim Sukharev <[email protected]>
@Antreesy Antreesy force-pushed the fix/14029/muted-speaker branch from c31f6c6 to aadd013 Compare January 29, 2025 09:47
@Antreesy
Copy link
Contributor Author

removed { deep: true } form watcher

@Antreesy Antreesy merged commit 00e504a into main Jan 29, 2025
53 checks passed
@Antreesy Antreesy deleted the fix/14029/muted-speaker branch January 29, 2025 11:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make 'speak while muted' a tooltip again
4 participants