UNPKG

@ringcentral/sdk

Version:

- [Installation](#installation) - [Getting Started](#getting-started) - [API Calls](#api-calls) - [Advanced SDK Configuration & Polyfills](#advanced-sdk-configuration--polyfills) - [Making telephony calls](#making-telephony-calls) - [Call management using

22 lines 292 B
{ "extension": [ ".ts" ], "include": [ "src/**/*.ts" ], "exclude": [ "src/**/*-spec.ts", "src/test/*.ts", "**/*.d.ts" ], "reporter": [ "lcov", "text-summary", "html" ], "all": true, "sourceMap": true, "cache": true, "instrument": true }