Summary
- Disable all audio in screen sharing to try to fix issue #1800
- Might fix audio echo during Wayland/Pipewire sessions (needs user testing to verify)
- Update dependencies: Electron 37.6.0, ESLint 9.36.0 for latest security patches
Changes Made
- Audio Echo Fix: Force disable all audio in screen sharing to prevent echo issues
- Dependency Updates: Electron 37.5.0 → 37.6.0, @eslint/js & eslint 9.35.0 → 9.36.0
- Code Quality: Replace window with globalThis, forEach with for...of, setAttribute with dataset API
What's Changed
- Attempt to fix audio echo in screen sharing on Wayland/Pipewire (issue #1800) by @IsmaelMartinez in #1854
Full Changelog: v2.5.9...v2.5.10