Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

acaprojects/skype-native

Repository files navigation

Skype-Native

Build Status Code Climate Dependencies Status npm version

Node bindings for control and interaction with the Skype for Business / Lync desktop client.

Note: initial structuring of the project is still taking place. Prior to v1.0.0 expect any exposed API's to break. A lot.

Requirements

  • a locally installed Skype for Business or Lync client
  • Windows

This library uses the Windows native Lync 2013 App SDK to provide control and integration with the desktop client. The is compatabile with the Lync 2013, Skype for Business 2015 and Skype for Business 2016 clients.

If a valid environment is not detected, a mocked client will be presented. This may be used for development under Linux and MacOS.

The mocked client may also be forced by setting MOCK_SKYPE_CLIENT environment variable.

Usage

Import the skype object from the published package.

Javascript:

const { skype } = require('skype-native');

Typescript / ES6:

import { skype } from 'skype-native';

Types are bundled with the published package and will be automatically imported.

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /