1.0.0 • Published 4 years ago

msteams-node-applescript-shortcuts v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Execute Microsoft Teams shortcuts from Node.js via applescript

npm i msteams-node-applescript-shortcuts@next

Usage

import { MeetingsAndCalls } from 'msteams-node-applescript-shortcuts';

(async () => {
  await MeetingsAndCalls.mute();
})();