Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@salesforce/scv-connector-base

salesforce1.8kBSD-3-Clause4.8.2TypeScript support: included

Salesforce Service Cloud Connector Base

Service Cloud Voice, Salesforce, Telephony, SDK, Connector

readme

Service Cloud Voice base connector

The base connector is an SDK for partner telephony systems that integrate with Salesforce Service Cloud Voice.

Document

We’ve provided documentation in the /docs folder.

Installation

Environment setup

The developer environment requires Node, NPM and webpack-dev-server.

Installation

Clone the repo

Install the dependencies

$ npm install

Update the typescript declarations:

npm run-script tsd

Using it

See https://github.com/salesforce-misc/byo-demo-connector

Testing

Lint all the source code and run all the unit tests:

$ npm test

Contributing and Developing Locally

We welcome contributors into our repo. Please read the contributing guidelines for more information.