Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save undernewmanagement/6920c9ad18ed605f4286e18d97902d56 to your computer and use it in GitHub Desktop.
Save undernewmanagement/6920c9ad18ed605f4286e18d97902d56 to your computer and use it in GitHub Desktop.
Applescript to tell bluejeans to mute/unmute
tell application "BlueJeans" to activate
tell application "System Events" to keystroke "m"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment