https://github.com/mconf/mcs-sip-api
https://github.com/mconf/mcs-sip-api
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mconf/mcs-sip-api
- Owner: mconf
- Created: 2018-09-24T18:18:44.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-06-19T08:41:26.000Z (11 months ago)
- Last Synced: 2025-02-05T20:01:08.639Z (4 months ago)
- Language: JavaScript
- Size: 37.1 KB
- Stars: 0
- Watchers: 11
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A client-server API library for communication with MCS-SIP
# API specification
## Inbound requests (* -> MCS-SIP)
- create
- @param {String} roomId
- @param {String} uri
- @return {String} callId- dial
- @param {String} callId
- @return {String} callId- hangup
- @param {String} callId
- @return {String} callId
- @return {String} state- register
- @param {String} routeTo
- @param {String} bindings
- @return {String} bindings- unregister
- @param {String} bindings
- @return {String} bindings- getCalls
- @param {String} roomId
- @return {Array} calls- getCallInfo
- @param {String} callId
- @return {Object} callInfo## Outbound methods (MCS-SIP -> *)
- dialStateChanged
- @param {String} callId
- @param {String} state## Inbound and outbound events:
- dtmf
- @param {String} callId
- @param {Number} digit