@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 mana
7 lines • 331 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.authResponseProperty = exports.version = void 0;
var version = require('../../package.json').version; //eslint-disable-line
exports.version = version;
exports.authResponseProperty = 'RCAuthorizationResponse';
//# sourceMappingURL=Constants.js.map
;