@ondewo/ondewo-sip-client-js
v5.2.0
Published
ONDEWO Session Initiation Protocol (SIP) Client library for Js
Downloads
66
Readme
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