Hammerspoon / Hammerspoon/Spoons

MicMute broke in recent Zoom update

Open
#313 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Lua
Stars
567
Forks
171
PR merge metrics
No merged PRs in 30d

Description

In Zoom version 5.17.5 MicMute broke because the menu bar items have been slightly altered.

This is fixed by changing
```
zoom:selectMenuItem'Mute Audio' -> zoom:selectMenuItem'Mute audio'
zoom:selectMenuItem'Unmute Audio' -> zoom:selectMenuItem'Unmute audio'
```

in `MicMute.spoon/init.lua`

Since `selectMenuItem` supports regex, I'd suggest a solution that works for both cases.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.