@ondewo/ondewo-sip-client-js

5.2.0 • Public • Published
npm version

ONDEWO SIP Client Javascript

Overview

@ondewo/sip-client-js is a compiled version of the ONDEWO SIP API using the ONDEWO PROTO COMPILER. Here you can find the SIP API documentation.

ONDEWO APIs use Protocol Buffers version 3 (proto3) as their Interface Definition Language (IDL) to define the API interface and the structure of the payload messages. The same interface definition is used for gRPC versions of the API in all languages.

Setup

Using NPM:

npm i --save @ondewo/ondewo-sip-client-js

Using GitHub:

git clone https://github.com/ondewo/ondewo-sip-client-js.git ## Clone repository
cd ondewo-sip-client-js                                      ## Change into repo-directoy
make setup_developer_environment_locally                     ## Install dependencies

Package structure

npm
├── api
│   ├── ondewo_sip_api.js
│   ├── ondewo_sip_api.min.js
│   └── ondewo_sip_api.min.js.map
├── LICENSE
├── package.json
└── README.md

Package Sidebar

Install

npm i @ondewo/ondewo-sip-client-js

Homepage

ondewo.com

Weekly Downloads

63

Version

5.2.0

License

Apache-2.0

Unpacked Size

1.08 MB

Total Files

6

Last publish

Collaborators

  • ondewo