This folder contain the OpenAPI v3 definition of the WebRTC subgroup
-
webrtc-registration
Registration and Authentication management- This API definition provides functionality for a REST client, browser or native application to manage Registration and Connectivity (RACM) towards Internet Multimedia Subsystem (IMS) Network.
-
webrtc-call-handling
Call handling service- This API definition provides functionality for REST clients, browser or native application, to create and manage 1-1 calling. Both incoming and outgoing.
-
webrtc-events
WebRTC Event Subscription- This API definition provides functionality for REST clients, browser or native application, to track session events. This will allow the client to receive server side updates about new incoming calls and other needed updates regarding the media negotiation and session progress (ringing, hangup, etc).
-
webrtc-notification-channel
Notification Channel management- API not included on meta-release
- This API definition provides functionality for a REST client, browser or native application, to establish notification channel to receive asynchronous notifications from MNO's IMS Network.
Detailed descriptions, diagrams and more information could be found at API documentation section
Use the previous links to check the DEV main version of the API. Copy & paste any raw file to check them:
- ReDoc: https://redocly.github.io/redoc/
- Swagger: https://editor.swagger.io/
Build an HTML from sources using a local build OpenAPI v3 compatible like Node redocly/cli
Execute redocly for each API document, use -o to
$ npx @redocly/cli build-docs API_description_file.yaml
Or install the tool globaly and then build it
$ npm install @redocly/cli -g
$ redocly build-docs API_description_file.yaml