Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

msteams-node-applescript-shortcuts

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

msteams-node-applescript-shortcuts

``` npm i msteams-node-applescript-shortcuts@next ```

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

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(true);
})();

Commands

All commands accept the following arguments:

  • Reactivate (boolean - default: false): Reactivates the original application. If this is true, it will open Microsoft Teams, run the shortcut, and reactivates the original appliction again.

Accept

Accept a call coming in.

await MeetingsAndCalls.accept(true);

Decline

Decline a call coming in.

await MeetingsAndCalls.decline(true);

Mute

Toggles your microphone (mute/unmute) in a call/meeting

await MeetingsAndCalls.mute(true);

Camera

Toggles your camera in a call/meeting

await MeetingsAndCalls.camera(true);

Keywords

FAQs

Package last updated on 07 Jun 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc